- 2.53.0 (latest)
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.6
- 2.2.1
- 2.1.7
public interface X509CertificateDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExpiryTime()
public abstract Timestamp getExpiryTime()
The time the certificate becomes invalid.
.google.protobuf.Timestamp expiry_time = 4;
Type | Description |
Timestamp | The expiryTime. |
getExpiryTimeOrBuilder()
public abstract TimestampOrBuilder getExpiryTimeOrBuilder()
The time the certificate becomes invalid.
.google.protobuf.Timestamp expiry_time = 4;
Type | Description |
TimestampOrBuilder |
getIssuer()
public abstract String getIssuer()
The entity that signed the certificate.
string issuer = 1;
Type | Description |
String | The issuer. |
getIssuerBytes()
public abstract ByteString getIssuerBytes()
The entity that signed the certificate.
string issuer = 1;
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;
Type | Description |
String | The publicKeyType. |
getPublicKeyTypeBytes()
public abstract ByteString getPublicKeyTypeBytes()
The type of public key in the certificate.
string public_key_type = 6;
Type | Description |
ByteString | The bytes for publicKeyType. |
getSignatureAlgorithm()
public abstract String getSignatureAlgorithm()
The algorithm used to sign the certificate.
string signature_algorithm = 5;
Type | Description |
String | The signatureAlgorithm. |
getSignatureAlgorithmBytes()
public abstract ByteString getSignatureAlgorithmBytes()
The algorithm used to sign the certificate.
string signature_algorithm = 5;
Type | Description |
ByteString | The bytes for signatureAlgorithm. |
getStartTime()
public abstract Timestamp getStartTime()
The time the certificate becomes valid.
.google.protobuf.Timestamp start_time = 3;
Type | Description |
Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
The time the certificate becomes valid.
.google.protobuf.Timestamp start_time = 3;
Type | Description |
TimestampOrBuilder |
getSubject()
public abstract String getSubject()
The entity the certificate and public key belong to.
string subject = 2;
Type | Description |
String | The subject. |
getSubjectBytes()
public abstract ByteString getSubjectBytes()
The entity the certificate and public key belong to.
string subject = 2;
Type | Description |
ByteString | The bytes for subject. |
hasExpiryTime()
public abstract boolean hasExpiryTime()
The time the certificate becomes invalid.
.google.protobuf.Timestamp expiry_time = 4;
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;
Type | Description |
boolean | Whether the startTime field is set. |