Interface SSLCertificate.PublicKeyOrBuilder (0.3.0)

public static interface SSLCertificate.PublicKeyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAlgorithm()

public abstract String getAlgorithm()

Any of "RSA", "DSA" or "EC". Indicates the algorithm used to generate the certificate.

string algorithm = 1;

Returns
Type Description
String

The algorithm.

getAlgorithmBytes()

public abstract ByteString getAlgorithmBytes()

Any of "RSA", "DSA" or "EC". Indicates the algorithm used to generate the certificate.

string algorithm = 1;

Returns
Type Description
ByteString

The bytes for algorithm.

getRsa()

public abstract SSLCertificate.RSA getRsa()

RSA public key information.

.google.backstory.SSLCertificate.RSA rsa = 2;

Returns
Type Description
SSLCertificate.RSA

The rsa.

getRsaOrBuilder()

public abstract SSLCertificate.RSAOrBuilder getRsaOrBuilder()

RSA public key information.

.google.backstory.SSLCertificate.RSA rsa = 2;

Returns
Type Description
SSLCertificate.RSAOrBuilder

hasRsa()

public abstract boolean hasRsa()

RSA public key information.

.google.backstory.SSLCertificate.RSA rsa = 2;

Returns
Type Description
boolean

Whether the rsa field is set.