Interface SSLCertificate.RSAOrBuilder (0.3.0)

public static interface SSLCertificate.RSAOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExponent()

public abstract String getExponent()

Key exponent hexdump.

string exponent = 3;

Returns
Type Description
String

The exponent.

getExponentBytes()

public abstract ByteString getExponentBytes()

Key exponent hexdump.

string exponent = 3;

Returns
Type Description
ByteString

The bytes for exponent.

getKeySize()

public abstract long getKeySize()

Key size.

int64 key_size = 1;

Returns
Type Description
long

The keySize.

getModulus()

public abstract String getModulus()

Key modulus hexdump.

string modulus = 2;

Returns
Type Description
String

The modulus.

getModulusBytes()

public abstract ByteString getModulusBytes()

Key modulus hexdump.

string modulus = 2;

Returns
Type Description
ByteString

The bytes for modulus.