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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDaysUntilExpiration()Minimum of days until expiration of certificate and it's chain.com.google.protobuf.TimestampgetExpirationTime()Indicates the time at which the certificate expires.com.google.protobuf.TimestampOrBuildergetExpirationTimeOrBuilder()Indicates the time at which the certificate expires.StringgetPath()Path of the certificate.com.google.protobuf.ByteStringgetPathBytes()Path of the certificate.StringgetSerialNumber()Certificate Serial Number.com.google.protobuf.ByteStringgetSerialNumberBytes()Certificate Serial Number.SubjectAlternateNamegetSubjectAltNames(int index)List of Subject Alternate names.intgetSubjectAltNamesCount()List of Subject Alternate names.List<SubjectAlternateName>getSubjectAltNamesList()List of Subject Alternate names.SubjectAlternateNameOrBuildergetSubjectAltNamesOrBuilder(int index)List of Subject Alternate names.List<? extends SubjectAlternateNameOrBuilder>getSubjectAltNamesOrBuilderList()List of Subject Alternate names.com.google.protobuf.TimestampgetValidFrom()Indicates the time from which the certificate is valid.com.google.protobuf.TimestampOrBuildergetValidFromOrBuilder()Indicates the time from which the certificate is valid.booleanhasExpirationTime()Indicates the time at which the certificate expires.booleanhasValidFrom()Indicates the time from which the certificate is valid.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
SubjectAlternateName getSubjectAltNames(int index)
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
SubjectAlternateNameOrBuilder getSubjectAltNamesOrBuilder(int index)
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;
-
-