public interface CertificateDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDaysUntilExpiration()
Minimum of days until expiration of certificate and it's chain.
|
com.google.protobuf.Timestamp |
getExpirationTime()
Indicates the time at which the certificate expires.
|
com.google.protobuf.TimestampOrBuilder |
getExpirationTimeOrBuilder()
Indicates the time at which the certificate expires.
|
String |
getPath()
Path of the certificate.
|
com.google.protobuf.ByteString |
getPathBytes()
Path of the certificate.
|
String |
getSerialNumber()
Certificate Serial Number.
|
com.google.protobuf.ByteString |
getSerialNumberBytes()
Certificate Serial Number.
|
SubjectAlternateName |
getSubjectAltNames(int index)
List of Subject Alternate names.
|
int |
getSubjectAltNamesCount()
List of Subject Alternate names.
|
List<SubjectAlternateName> |
getSubjectAltNamesList()
List of Subject Alternate names.
|
SubjectAlternateNameOrBuilder |
getSubjectAltNamesOrBuilder(int index)
List of Subject Alternate names.
|
List<? extends SubjectAlternateNameOrBuilder> |
getSubjectAltNamesOrBuilderList()
List of Subject Alternate names.
|
com.google.protobuf.Timestamp |
getValidFrom()
Indicates the time from which the certificate is valid.
|
com.google.protobuf.TimestampOrBuilder |
getValidFromOrBuilder()
Indicates the time from which the certificate is valid.
|
boolean |
hasExpirationTime()
Indicates the time at which the certificate expires.
|
boolean |
hasValidFrom()
Indicates the time from which the certificate is valid.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
Path of the certificate.
string path = 1;com.google.protobuf.ByteString getPathBytes()
Path of the certificate.
string path = 1;String getSerialNumber()
Certificate Serial Number.
string serial_number = 2;com.google.protobuf.ByteString getSerialNumberBytes()
Certificate Serial Number.
string serial_number = 2;List<SubjectAlternateName> getSubjectAltNamesList()
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3;SubjectAlternateName getSubjectAltNames(int index)
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3;int getSubjectAltNamesCount()
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3;List<? extends SubjectAlternateNameOrBuilder> getSubjectAltNamesOrBuilderList()
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3;SubjectAlternateNameOrBuilder getSubjectAltNamesOrBuilder(int index)
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3;long getDaysUntilExpiration()
Minimum of days until expiration of certificate and it's chain.
uint64 days_until_expiration = 4;boolean hasValidFrom()
Indicates the time from which the certificate is valid.
.google.protobuf.Timestamp valid_from = 5;com.google.protobuf.Timestamp getValidFrom()
Indicates the time from which the certificate is valid.
.google.protobuf.Timestamp valid_from = 5;com.google.protobuf.TimestampOrBuilder getValidFromOrBuilder()
Indicates the time from which the certificate is valid.
.google.protobuf.Timestamp valid_from = 5;boolean hasExpirationTime()
Indicates the time at which the certificate expires.
.google.protobuf.Timestamp expiration_time = 6;com.google.protobuf.Timestamp getExpirationTime()
Indicates the time at which the certificate expires.
.google.protobuf.Timestamp expiration_time = 6;com.google.protobuf.TimestampOrBuilder getExpirationTimeOrBuilder()
Indicates the time at which the certificate expires.
.google.protobuf.Timestamp expiration_time = 6;Copyright © 2018–2021 The Envoy Project. All rights reserved.