Interface ImportJob.WrappingPublicKeyOrBuilder (2.11.0)

public static interface ImportJob.WrappingPublicKeyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPem()

public abstract String getPem()

The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.

string pem = 1;

Returns
TypeDescription
String

The pem.

getPemBytes()

public abstract ByteString getPemBytes()

The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.

string pem = 1;

Returns
TypeDescription
ByteString

The bytes for pem.