Interface CertificateDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateDetails,CertificateDetails.Builder
public interface CertificateDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongMinimum of days until expiration of certificate and it's chain.com.google.protobuf.TimestampIndicates the time at which the certificate expires.com.google.protobuf.TimestampOrBuilderIndicates the time at which the certificate expires.getPath()Path of the certificate.com.google.protobuf.ByteStringPath of the certificate.Certificate Serial Number.com.google.protobuf.ByteStringCertificate Serial Number.getSubjectAltNames(int index) List of Subject Alternate names.intList of Subject Alternate names.List of Subject Alternate names.getSubjectAltNamesOrBuilder(int index) List of Subject Alternate names.List<? extends SubjectAlternateNameOrBuilder>List of Subject Alternate names.com.google.protobuf.TimestampIndicates the time from which the certificate is valid.com.google.protobuf.TimestampOrBuilderIndicates the time from which the certificate is valid.booleanIndicates the time at which the certificate expires.booleanIndicates the time from which the certificate is valid.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPath
String getPath()Path of the certificate.
string path = 1;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()Path of the certificate.
string path = 1;- Returns:
- The bytes for path.
-
getSerialNumber
String getSerialNumber()Certificate Serial Number.
string serial_number = 2;- Returns:
- The serialNumber.
-
getSerialNumberBytes
com.google.protobuf.ByteString getSerialNumberBytes()Certificate Serial Number.
string serial_number = 2;- Returns:
- The bytes for serialNumber.
-
getSubjectAltNamesList
List<SubjectAlternateName> getSubjectAltNamesList()List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3; -
getSubjectAltNames
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3; -
getSubjectAltNamesCount
int getSubjectAltNamesCount()List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3; -
getSubjectAltNamesOrBuilderList
List<? extends SubjectAlternateNameOrBuilder> getSubjectAltNamesOrBuilderList()List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3; -
getSubjectAltNamesOrBuilder
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3; -
getDaysUntilExpiration
long getDaysUntilExpiration()Minimum of days until expiration of certificate and it's chain.
uint64 days_until_expiration = 4;- Returns:
- The daysUntilExpiration.
-
hasValidFrom
boolean hasValidFrom()Indicates the time from which the certificate is valid.
.google.protobuf.Timestamp valid_from = 5;- Returns:
- Whether the validFrom field is set.
-
getValidFrom
com.google.protobuf.Timestamp getValidFrom()Indicates the time from which the certificate is valid.
.google.protobuf.Timestamp valid_from = 5;- Returns:
- The validFrom.
-
getValidFromOrBuilder
com.google.protobuf.TimestampOrBuilder getValidFromOrBuilder()Indicates the time from which the certificate is valid.
.google.protobuf.Timestamp valid_from = 5; -
hasExpirationTime
boolean hasExpirationTime()Indicates the time at which the certificate expires.
.google.protobuf.Timestamp expiration_time = 6;- Returns:
- Whether the expirationTime field is set.
-
getExpirationTime
com.google.protobuf.Timestamp getExpirationTime()Indicates the time at which the certificate expires.
.google.protobuf.Timestamp expiration_time = 6;- Returns:
- The expirationTime.
-
getExpirationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getExpirationTimeOrBuilder()Indicates the time at which the certificate expires.
.google.protobuf.Timestamp expiration_time = 6;
-