public interface X509CertificateDetailsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getExpiryTime()
The time the certificate becomes invalid.
|
TimestampOrBuilder |
getExpiryTimeOrBuilder()
The time the certificate becomes invalid.
|
String |
getIssuer()
The entity that signed the certificate.
|
ByteString |
getIssuerBytes()
The entity that signed the certificate.
|
String |
getPublicKeyType()
The type of public key in the certificate.
|
ByteString |
getPublicKeyTypeBytes()
The type of public key in the certificate.
|
String |
getSignatureAlgorithm()
The algorithm used to sign the certificate.
|
ByteString |
getSignatureAlgorithmBytes()
The algorithm used to sign the certificate.
|
Timestamp |
getStartTime()
The time the certificate becomes valid.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
The time the certificate becomes valid.
|
String |
getSubject()
The entity the certificate and public key belong to.
|
ByteString |
getSubjectBytes()
The entity the certificate and public key belong to.
|
boolean |
hasExpiryTime()
The time the certificate becomes invalid.
|
boolean |
hasStartTime()
The time the certificate becomes valid.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getIssuer()
The entity that signed the certificate.
string issuer = 1;
ByteString getIssuerBytes()
The entity that signed the certificate.
string issuer = 1;
String getSubject()
The entity the certificate and public key belong to.
string subject = 2;
ByteString getSubjectBytes()
The entity the certificate and public key belong to.
string subject = 2;
boolean hasStartTime()
The time the certificate becomes valid.
.google.protobuf.Timestamp start_time = 3;
Timestamp getStartTime()
The time the certificate becomes valid.
.google.protobuf.Timestamp start_time = 3;
TimestampOrBuilder getStartTimeOrBuilder()
The time the certificate becomes valid.
.google.protobuf.Timestamp start_time = 3;
boolean hasExpiryTime()
The time the certificate becomes invalid.
.google.protobuf.Timestamp expiry_time = 4;
Timestamp getExpiryTime()
The time the certificate becomes invalid.
.google.protobuf.Timestamp expiry_time = 4;
TimestampOrBuilder getExpiryTimeOrBuilder()
The time the certificate becomes invalid.
.google.protobuf.Timestamp expiry_time = 4;
String getSignatureAlgorithm()
The algorithm used to sign the certificate.
string signature_algorithm = 5;
ByteString getSignatureAlgorithmBytes()
The algorithm used to sign the certificate.
string signature_algorithm = 5;
String getPublicKeyType()
The type of public key in the certificate.
string public_key_type = 6;
ByteString getPublicKeyTypeBytes()
The type of public key in the certificate.
string public_key_type = 6;
Copyright © 2022 Google LLC. All rights reserved.