Interface X509CertificateDetailsOrBuilder (2.8.0)

public interface X509CertificateDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExpiryTime()

public abstract Timestamp getExpiryTime()

The time the certificate becomes invalid.

.google.protobuf.Timestamp expiry_time = 4;

Returns
TypeDescription
Timestamp

The expiryTime.

getExpiryTimeOrBuilder()

public abstract TimestampOrBuilder getExpiryTimeOrBuilder()

The time the certificate becomes invalid.

.google.protobuf.Timestamp expiry_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getIssuer()

public abstract String getIssuer()

The entity that signed the certificate.

string issuer = 1;

Returns
TypeDescription
String

The issuer.

getIssuerBytes()

public abstract ByteString getIssuerBytes()

The entity that signed the certificate.

string issuer = 1;

Returns
TypeDescription
ByteString

The bytes for issuer.

getPublicKeyType()

public abstract String getPublicKeyType()

The type of public key in the certificate.

string public_key_type = 6;

Returns
TypeDescription
String

The publicKeyType.

getPublicKeyTypeBytes()

public abstract ByteString getPublicKeyTypeBytes()

The type of public key in the certificate.

string public_key_type = 6;

Returns
TypeDescription
ByteString

The bytes for publicKeyType.

getSignatureAlgorithm()

public abstract String getSignatureAlgorithm()

The algorithm used to sign the certificate.

string signature_algorithm = 5;

Returns
TypeDescription
String

The signatureAlgorithm.

getSignatureAlgorithmBytes()

public abstract ByteString getSignatureAlgorithmBytes()

The algorithm used to sign the certificate.

string signature_algorithm = 5;

Returns
TypeDescription
ByteString

The bytes for signatureAlgorithm.

getStartTime()

public abstract Timestamp getStartTime()

The time the certificate becomes valid.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The time the certificate becomes valid.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getSubject()

public abstract String getSubject()

The entity the certificate and public key belong to.

string subject = 2;

Returns
TypeDescription
String

The subject.

getSubjectBytes()

public abstract ByteString getSubjectBytes()

The entity the certificate and public key belong to.

string subject = 2;

Returns
TypeDescription
ByteString

The bytes for subject.

hasExpiryTime()

public abstract boolean hasExpiryTime()

The time the certificate becomes invalid.

.google.protobuf.Timestamp expiry_time = 4;

Returns
TypeDescription
boolean

Whether the expiryTime field is set.

hasStartTime()

public abstract boolean hasStartTime()

The time the certificate becomes valid.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
boolean

Whether the startTime field is set.