public interface X509CertificateDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExpiryTime()
public abstract Timestamp getExpiryTime()
The time the certificate becomes invalid.
.google.protobuf.Timestamp expiry_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp | The expiryTime. |
getExpiryTimeOrBuilder()
public abstract TimestampOrBuilder getExpiryTimeOrBuilder()
The time the certificate becomes invalid.
.google.protobuf.Timestamp expiry_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getIssuer()
public abstract String getIssuer()
The entity that signed the certificate.
string issuer = 1;
Returns | |
---|---|
Type | Description |
String | The issuer. |
getIssuerBytes()
public abstract ByteString getIssuerBytes()
The entity that signed the certificate.
string issuer = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for issuer. |
getPublicKeyType()
public abstract String getPublicKeyType()
The type of public key in the certificate.
string public_key_type = 6;
Returns | |
---|---|
Type | Description |
String | The publicKeyType. |
getPublicKeyTypeBytes()
public abstract ByteString getPublicKeyTypeBytes()
The type of public key in the certificate.
string public_key_type = 6;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for publicKeyType. |
getSignatureAlgorithm()
public abstract String getSignatureAlgorithm()
The algorithm used to sign the certificate.
string signature_algorithm = 5;
Returns | |
---|---|
Type | Description |
String | The signatureAlgorithm. |
getSignatureAlgorithmBytes()
public abstract ByteString getSignatureAlgorithmBytes()
The algorithm used to sign the certificate.
string signature_algorithm = 5;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for signatureAlgorithm. |
getStartTime()
public abstract Timestamp getStartTime()
The time the certificate becomes valid.
.google.protobuf.Timestamp start_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
The time the certificate becomes valid.
.google.protobuf.Timestamp start_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getSubject()
public abstract String getSubject()
The entity the certificate and public key belong to.
string subject = 2;
Returns | |
---|---|
Type | Description |
String | The subject. |
getSubjectBytes()
public abstract ByteString getSubjectBytes()
The entity the certificate and public key belong to.
string subject = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for subject. |
hasExpiryTime()
public abstract boolean hasExpiryTime()
The time the certificate becomes invalid.
.google.protobuf.Timestamp expiry_time = 4;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | Whether the startTime field is set. |