Class CertificateDescription
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.security.privateca.v1beta1.CertificateDescription
-
- All Implemented Interfaces:
CertificateDescriptionOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class CertificateDescription extends com.google.protobuf.GeneratedMessageV3 implements CertificateDescriptionOrBuilder
A [CertificateDescription][google.cloud.security.privateca.v1beta1.CertificateDescription] describes an X.509 certificate or CSR that has been issued, as an alternative to using ASN.1 / X.509.
Protobuf typegoogle.cloud.security.privateca.v1beta1.CertificateDescription- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCertificateDescription.BuilderA [CertificateDescription][google.cloud.security.privateca.v1beta1.CertificateDescription] describes an X.509 certificate or CSR that has been issued, as an alternative to using ASN.1 / X.509.static classCertificateDescription.CertificateFingerprintA group of fingerprints for the x509 certificate.static interfaceCertificateDescription.CertificateFingerprintOrBuilderstatic classCertificateDescription.KeyIdA KeyId identifies a specific public key, usually by hashing the public key.static interfaceCertificateDescription.KeyIdOrBuilderstatic classCertificateDescription.SubjectDescriptionThese values describe fields in an issued X.509 certificate such as the distinguished name, subject alternative names, serial number, and lifetime.static interfaceCertificateDescription.SubjectDescriptionOrBuilder-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intAIA_ISSUING_CERTIFICATE_URLS_FIELD_NUMBERstatic intAUTHORITY_KEY_ID_FIELD_NUMBERstatic intCERT_FINGERPRINT_FIELD_NUMBERstatic intCONFIG_VALUES_FIELD_NUMBERstatic intCRL_DISTRIBUTION_POINTS_FIELD_NUMBERstatic intPUBLIC_KEY_FIELD_NUMBERstatic intSUBJECT_DESCRIPTION_FIELD_NUMBERstatic intSUBJECT_KEY_ID_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAiaIssuingCertificateUrls(int index)Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.com.google.protobuf.ByteStringgetAiaIssuingCertificateUrlsBytes(int index)Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.intgetAiaIssuingCertificateUrlsCount()Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.com.google.protobuf.ProtocolStringListgetAiaIssuingCertificateUrlsList()Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.CertificateDescription.KeyIdgetAuthorityKeyId()Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1CertificateDescription.KeyIdOrBuildergetAuthorityKeyIdOrBuilder()Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1CertificateDescription.CertificateFingerprintgetCertFingerprint()The hash of the x.509 certificate.CertificateDescription.CertificateFingerprintOrBuildergetCertFingerprintOrBuilder()The hash of the x.509 certificate.ReusableConfigValuesgetConfigValues()Describes some of the technical fields in a certificate.ReusableConfigValuesOrBuildergetConfigValuesOrBuilder()Describes some of the technical fields in a certificate.StringgetCrlDistributionPoints(int index)Describes a list of locations to obtain CRL information, i.e.com.google.protobuf.ByteStringgetCrlDistributionPointsBytes(int index)Describes a list of locations to obtain CRL information, i.e.intgetCrlDistributionPointsCount()Describes a list of locations to obtain CRL information, i.e.com.google.protobuf.ProtocolStringListgetCrlDistributionPointsList()Describes a list of locations to obtain CRL information, i.e.static CertificateDescriptiongetDefaultInstance()CertificateDescriptiongetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Parser<CertificateDescription>getParserForType()PublicKeygetPublicKey()The public key that corresponds to an issued certificate.PublicKeyOrBuildergetPublicKeyOrBuilder()The public key that corresponds to an issued certificate.intgetSerializedSize()CertificateDescription.SubjectDescriptiongetSubjectDescription()Describes some of the values in a certificate that are related to the subject and lifetime.CertificateDescription.SubjectDescriptionOrBuildergetSubjectDescriptionOrBuilder()Describes some of the values in a certificate that are related to the subject and lifetime.CertificateDescription.KeyIdgetSubjectKeyId()Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.CertificateDescription.KeyIdOrBuildergetSubjectKeyIdOrBuilder()Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.booleanhasAuthorityKeyId()Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1booleanhasCertFingerprint()The hash of the x.509 certificate.booleanhasConfigValues()Describes some of the technical fields in a certificate.inthashCode()booleanhasPublicKey()The public key that corresponds to an issued certificate.booleanhasSubjectDescription()Describes some of the values in a certificate that are related to the subject and lifetime.booleanhasSubjectKeyId()Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static CertificateDescription.BuildernewBuilder()static CertificateDescription.BuildernewBuilder(CertificateDescription prototype)CertificateDescription.BuildernewBuilderForType()protected CertificateDescription.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static CertificateDescriptionparseDelimitedFrom(InputStream input)static CertificateDescriptionparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CertificateDescriptionparseFrom(byte[] data)static CertificateDescriptionparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CertificateDescriptionparseFrom(com.google.protobuf.ByteString data)static CertificateDescriptionparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CertificateDescriptionparseFrom(com.google.protobuf.CodedInputStream input)static CertificateDescriptionparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CertificateDescriptionparseFrom(InputStream input)static CertificateDescriptionparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CertificateDescriptionparseFrom(ByteBuffer data)static CertificateDescriptionparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<CertificateDescription>parser()CertificateDescription.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
SUBJECT_DESCRIPTION_FIELD_NUMBER
public static final int SUBJECT_DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIG_VALUES_FIELD_NUMBER
public static final int CONFIG_VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PUBLIC_KEY_FIELD_NUMBER
public static final int PUBLIC_KEY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SUBJECT_KEY_ID_FIELD_NUMBER
public static final int SUBJECT_KEY_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AUTHORITY_KEY_ID_FIELD_NUMBER
public static final int AUTHORITY_KEY_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CRL_DISTRIBUTION_POINTS_FIELD_NUMBER
public static final int CRL_DISTRIBUTION_POINTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AIA_ISSUING_CERTIFICATE_URLS_FIELD_NUMBER
public static final int AIA_ISSUING_CERTIFICATE_URLS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CERT_FINGERPRINT_FIELD_NUMBER
public static final int CERT_FINGERPRINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasSubjectDescription
public boolean hasSubjectDescription()
Describes some of the values in a certificate that are related to the subject and lifetime.
.google.cloud.security.privateca.v1beta1.CertificateDescription.SubjectDescription subject_description = 1;- Specified by:
hasSubjectDescriptionin interfaceCertificateDescriptionOrBuilder- Returns:
- Whether the subjectDescription field is set.
-
getSubjectDescription
public CertificateDescription.SubjectDescription getSubjectDescription()
Describes some of the values in a certificate that are related to the subject and lifetime.
.google.cloud.security.privateca.v1beta1.CertificateDescription.SubjectDescription subject_description = 1;- Specified by:
getSubjectDescriptionin interfaceCertificateDescriptionOrBuilder- Returns:
- The subjectDescription.
-
getSubjectDescriptionOrBuilder
public CertificateDescription.SubjectDescriptionOrBuilder getSubjectDescriptionOrBuilder()
Describes some of the values in a certificate that are related to the subject and lifetime.
.google.cloud.security.privateca.v1beta1.CertificateDescription.SubjectDescription subject_description = 1;- Specified by:
getSubjectDescriptionOrBuilderin interfaceCertificateDescriptionOrBuilder
-
hasConfigValues
public boolean hasConfigValues()
Describes some of the technical fields in a certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues config_values = 2;- Specified by:
hasConfigValuesin interfaceCertificateDescriptionOrBuilder- Returns:
- Whether the configValues field is set.
-
getConfigValues
public ReusableConfigValues getConfigValues()
Describes some of the technical fields in a certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues config_values = 2;- Specified by:
getConfigValuesin interfaceCertificateDescriptionOrBuilder- Returns:
- The configValues.
-
getConfigValuesOrBuilder
public ReusableConfigValuesOrBuilder getConfigValuesOrBuilder()
Describes some of the technical fields in a certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues config_values = 2;- Specified by:
getConfigValuesOrBuilderin interfaceCertificateDescriptionOrBuilder
-
hasPublicKey
public boolean hasPublicKey()
The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1beta1.PublicKey public_key = 3;- Specified by:
hasPublicKeyin interfaceCertificateDescriptionOrBuilder- Returns:
- Whether the publicKey field is set.
-
getPublicKey
public PublicKey getPublicKey()
The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1beta1.PublicKey public_key = 3;- Specified by:
getPublicKeyin interfaceCertificateDescriptionOrBuilder- Returns:
- The publicKey.
-
getPublicKeyOrBuilder
public PublicKeyOrBuilder getPublicKeyOrBuilder()
The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1beta1.PublicKey public_key = 3;- Specified by:
getPublicKeyOrBuilderin interfaceCertificateDescriptionOrBuilder
-
hasSubjectKeyId
public boolean hasSubjectKeyId()
Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.
.google.cloud.security.privateca.v1beta1.CertificateDescription.KeyId subject_key_id = 4;- Specified by:
hasSubjectKeyIdin interfaceCertificateDescriptionOrBuilder- Returns:
- Whether the subjectKeyId field is set.
-
getSubjectKeyId
public CertificateDescription.KeyId getSubjectKeyId()
Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.
.google.cloud.security.privateca.v1beta1.CertificateDescription.KeyId subject_key_id = 4;- Specified by:
getSubjectKeyIdin interfaceCertificateDescriptionOrBuilder- Returns:
- The subjectKeyId.
-
getSubjectKeyIdOrBuilder
public CertificateDescription.KeyIdOrBuilder getSubjectKeyIdOrBuilder()
Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2.
.google.cloud.security.privateca.v1beta1.CertificateDescription.KeyId subject_key_id = 4;- Specified by:
getSubjectKeyIdOrBuilderin interfaceCertificateDescriptionOrBuilder
-
hasAuthorityKeyId
public boolean hasAuthorityKeyId()
Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1
.google.cloud.security.privateca.v1beta1.CertificateDescription.KeyId authority_key_id = 5;- Specified by:
hasAuthorityKeyIdin interfaceCertificateDescriptionOrBuilder- Returns:
- Whether the authorityKeyId field is set.
-
getAuthorityKeyId
public CertificateDescription.KeyId getAuthorityKeyId()
Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1
.google.cloud.security.privateca.v1beta1.CertificateDescription.KeyId authority_key_id = 5;- Specified by:
getAuthorityKeyIdin interfaceCertificateDescriptionOrBuilder- Returns:
- The authorityKeyId.
-
getAuthorityKeyIdOrBuilder
public CertificateDescription.KeyIdOrBuilder getAuthorityKeyIdOrBuilder()
Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1
.google.cloud.security.privateca.v1beta1.CertificateDescription.KeyId authority_key_id = 5;- Specified by:
getAuthorityKeyIdOrBuilderin interfaceCertificateDescriptionOrBuilder
-
getCrlDistributionPointsList
public com.google.protobuf.ProtocolStringList getCrlDistributionPointsList()
Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
repeated string crl_distribution_points = 6;- Specified by:
getCrlDistributionPointsListin interfaceCertificateDescriptionOrBuilder- Returns:
- A list containing the crlDistributionPoints.
-
getCrlDistributionPointsCount
public int getCrlDistributionPointsCount()
Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
repeated string crl_distribution_points = 6;- Specified by:
getCrlDistributionPointsCountin interfaceCertificateDescriptionOrBuilder- Returns:
- The count of crlDistributionPoints.
-
getCrlDistributionPoints
public String getCrlDistributionPoints(int index)
Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
repeated string crl_distribution_points = 6;- Specified by:
getCrlDistributionPointsin interfaceCertificateDescriptionOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The crlDistributionPoints at the given index.
-
getCrlDistributionPointsBytes
public com.google.protobuf.ByteString getCrlDistributionPointsBytes(int index)
Describes a list of locations to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13
repeated string crl_distribution_points = 6;- Specified by:
getCrlDistributionPointsBytesin interfaceCertificateDescriptionOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the crlDistributionPoints at the given index.
-
getAiaIssuingCertificateUrlsList
public com.google.protobuf.ProtocolStringList getAiaIssuingCertificateUrlsList()
Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_issuing_certificate_urls = 7;- Specified by:
getAiaIssuingCertificateUrlsListin interfaceCertificateDescriptionOrBuilder- Returns:
- A list containing the aiaIssuingCertificateUrls.
-
getAiaIssuingCertificateUrlsCount
public int getAiaIssuingCertificateUrlsCount()
Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_issuing_certificate_urls = 7;- Specified by:
getAiaIssuingCertificateUrlsCountin interfaceCertificateDescriptionOrBuilder- Returns:
- The count of aiaIssuingCertificateUrls.
-
getAiaIssuingCertificateUrls
public String getAiaIssuingCertificateUrls(int index)
Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_issuing_certificate_urls = 7;- Specified by:
getAiaIssuingCertificateUrlsin interfaceCertificateDescriptionOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The aiaIssuingCertificateUrls at the given index.
-
getAiaIssuingCertificateUrlsBytes
public com.google.protobuf.ByteString getAiaIssuingCertificateUrlsBytes(int index)
Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_issuing_certificate_urls = 7;- Specified by:
getAiaIssuingCertificateUrlsBytesin interfaceCertificateDescriptionOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the aiaIssuingCertificateUrls at the given index.
-
hasCertFingerprint
public boolean hasCertFingerprint()
The hash of the x.509 certificate.
.google.cloud.security.privateca.v1beta1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;- Specified by:
hasCertFingerprintin interfaceCertificateDescriptionOrBuilder- Returns:
- Whether the certFingerprint field is set.
-
getCertFingerprint
public CertificateDescription.CertificateFingerprint getCertFingerprint()
The hash of the x.509 certificate.
.google.cloud.security.privateca.v1beta1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;- Specified by:
getCertFingerprintin interfaceCertificateDescriptionOrBuilder- Returns:
- The certFingerprint.
-
getCertFingerprintOrBuilder
public CertificateDescription.CertificateFingerprintOrBuilder getCertFingerprintOrBuilder()
The hash of the x.509 certificate.
.google.cloud.security.privateca.v1beta1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;- Specified by:
getCertFingerprintOrBuilderin interfaceCertificateDescriptionOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static CertificateDescription parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateDescription parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateDescription parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateDescription parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateDescription parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateDescription parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CertificateDescription parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CertificateDescription parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CertificateDescription parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CertificateDescription parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static CertificateDescription parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CertificateDescription parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public CertificateDescription.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static CertificateDescription.Builder newBuilder()
-
newBuilder
public static CertificateDescription.Builder newBuilder(CertificateDescription prototype)
-
toBuilder
public CertificateDescription.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CertificateDescription.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static CertificateDescription getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<CertificateDescription> parser()
-
getParserForType
public com.google.protobuf.Parser<CertificateDescription> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public CertificateDescription getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-