public final class CertificateDetails extends com.google.protobuf.GeneratedMessageV3 implements CertificateDetailsOrBuilder
[#next-free-field: 7]Protobuf type
envoy.admin.v2alpha.CertificateDetails| Modifier and Type | Class and Description |
|---|---|
static class |
CertificateDetails.Builder
[#next-free-field: 7]
Protobuf type
envoy.admin.v2alpha.CertificateDetails |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DAYS_UNTIL_EXPIRATION_FIELD_NUMBER |
static int |
EXPIRATION_TIME_FIELD_NUMBER |
static int |
PATH_FIELD_NUMBER |
static int |
SERIAL_NUMBER_FIELD_NUMBER |
static int |
SUBJECT_ALT_NAMES_FIELD_NUMBER |
static int |
VALID_FROM_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getDaysUntilExpiration()
Minimum of days until expiration of certificate and it's chain.
|
static CertificateDetails |
getDefaultInstance() |
CertificateDetails |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<CertificateDetails> |
getParserForType() |
String |
getPath()
Path of the certificate.
|
com.google.protobuf.ByteString |
getPathBytes()
Path of the certificate.
|
int |
getSerializedSize() |
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.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
boolean |
hasValidFrom()
Indicates the time from which the certificate is valid.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CertificateDetails.Builder |
newBuilder() |
static CertificateDetails.Builder |
newBuilder(CertificateDetails prototype) |
CertificateDetails.Builder |
newBuilderForType() |
protected CertificateDetails.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CertificateDetails |
parseDelimitedFrom(InputStream input) |
static CertificateDetails |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CertificateDetails |
parseFrom(byte[] data) |
static CertificateDetails |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CertificateDetails |
parseFrom(ByteBuffer data) |
static CertificateDetails |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CertificateDetails |
parseFrom(com.google.protobuf.ByteString data) |
static CertificateDetails |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CertificateDetails |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CertificateDetails |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CertificateDetails |
parseFrom(InputStream input) |
static CertificateDetails |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CertificateDetails> |
parser() |
CertificateDetails.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PATH_FIELD_NUMBER
public static final int SERIAL_NUMBER_FIELD_NUMBER
public static final int SUBJECT_ALT_NAMES_FIELD_NUMBER
public static final int DAYS_UNTIL_EXPIRATION_FIELD_NUMBER
public static final int VALID_FROM_FIELD_NUMBER
public static final int EXPIRATION_TIME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getPath()
Path of the certificate.
string path = 1;getPath in interface CertificateDetailsOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
Path of the certificate.
string path = 1;getPathBytes in interface CertificateDetailsOrBuilderpublic String getSerialNumber()
Certificate Serial Number.
string serial_number = 2;getSerialNumber in interface CertificateDetailsOrBuilderpublic com.google.protobuf.ByteString getSerialNumberBytes()
Certificate Serial Number.
string serial_number = 2;getSerialNumberBytes in interface CertificateDetailsOrBuilderpublic List<SubjectAlternateName> getSubjectAltNamesList()
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3;getSubjectAltNamesList in interface CertificateDetailsOrBuilderpublic List<? extends SubjectAlternateNameOrBuilder> getSubjectAltNamesOrBuilderList()
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3;getSubjectAltNamesOrBuilderList in interface CertificateDetailsOrBuilderpublic int getSubjectAltNamesCount()
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3;getSubjectAltNamesCount in interface CertificateDetailsOrBuilderpublic SubjectAlternateName getSubjectAltNames(int index)
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3;getSubjectAltNames in interface CertificateDetailsOrBuilderpublic SubjectAlternateNameOrBuilder getSubjectAltNamesOrBuilder(int index)
List of Subject Alternate names.
repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3;getSubjectAltNamesOrBuilder in interface CertificateDetailsOrBuilderpublic long getDaysUntilExpiration()
Minimum of days until expiration of certificate and it's chain.
uint64 days_until_expiration = 4;getDaysUntilExpiration in interface CertificateDetailsOrBuilderpublic boolean hasValidFrom()
Indicates the time from which the certificate is valid.
.google.protobuf.Timestamp valid_from = 5;hasValidFrom in interface CertificateDetailsOrBuilderpublic com.google.protobuf.Timestamp getValidFrom()
Indicates the time from which the certificate is valid.
.google.protobuf.Timestamp valid_from = 5;getValidFrom in interface CertificateDetailsOrBuilderpublic com.google.protobuf.TimestampOrBuilder getValidFromOrBuilder()
Indicates the time from which the certificate is valid.
.google.protobuf.Timestamp valid_from = 5;getValidFromOrBuilder in interface CertificateDetailsOrBuilderpublic boolean hasExpirationTime()
Indicates the time at which the certificate expires.
.google.protobuf.Timestamp expiration_time = 6;hasExpirationTime in interface CertificateDetailsOrBuilderpublic com.google.protobuf.Timestamp getExpirationTime()
Indicates the time at which the certificate expires.
.google.protobuf.Timestamp expiration_time = 6;getExpirationTime in interface CertificateDetailsOrBuilderpublic com.google.protobuf.TimestampOrBuilder getExpirationTimeOrBuilder()
Indicates the time at which the certificate expires.
.google.protobuf.Timestamp expiration_time = 6;getExpirationTimeOrBuilder in interface CertificateDetailsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CertificateDetails parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CertificateDetails parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CertificateDetails parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CertificateDetails parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CertificateDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CertificateDetails parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CertificateDetails parseFrom(InputStream input) throws IOException
IOExceptionpublic static CertificateDetails parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CertificateDetails parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CertificateDetails parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CertificateDetails parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CertificateDetails parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CertificateDetails.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CertificateDetails.Builder newBuilder()
public static CertificateDetails.Builder newBuilder(CertificateDetails prototype)
public CertificateDetails.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CertificateDetails.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CertificateDetails getDefaultInstance()
public static com.google.protobuf.Parser<CertificateDetails> parser()
public com.google.protobuf.Parser<CertificateDetails> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CertificateDetails getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.