Class CertificateDescription
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.security.privateca.v1.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.v1.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.v1.CertificateDescription
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CertificateDescription.Builder
A [CertificateDescription][google.cloud.security.privateca.v1.CertificateDescription] describes an X.509 certificate or CSR that has been issued, as an alternative to using ASN.1 / X.509.static class
CertificateDescription.CertificateFingerprint
A group of fingerprints for the x509 certificate.static interface
CertificateDescription.CertificateFingerprintOrBuilder
static class
CertificateDescription.KeyId
A KeyId identifies a specific public key, usually by hashing the public key.static interface
CertificateDescription.KeyIdOrBuilder
static class
CertificateDescription.SubjectDescription
These values describe fields in an issued X.509 certificate such as the distinguished name, subject alternative names, serial number, and lifetime.static interface
CertificateDescription.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 int
AIA_ISSUING_CERTIFICATE_URLS_FIELD_NUMBER
static int
AUTHORITY_KEY_ID_FIELD_NUMBER
static int
CERT_FINGERPRINT_FIELD_NUMBER
static int
CRL_DISTRIBUTION_POINTS_FIELD_NUMBER
static int
PUBLIC_KEY_FIELD_NUMBER
static int
SUBJECT_DESCRIPTION_FIELD_NUMBER
static int
SUBJECT_KEY_ID_FIELD_NUMBER
static int
X509_DESCRIPTION_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAiaIssuingCertificateUrls(int index)
Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.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.int
getAiaIssuingCertificateUrlsCount()
Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.com.google.protobuf.ProtocolStringList
getAiaIssuingCertificateUrlsList()
Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.CertificateDescription.KeyId
getAuthorityKeyId()
Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1CertificateDescription.KeyIdOrBuilder
getAuthorityKeyIdOrBuilder()
Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1CertificateDescription.CertificateFingerprint
getCertFingerprint()
The hash of the x.509 certificate.CertificateDescription.CertificateFingerprintOrBuilder
getCertFingerprintOrBuilder()
The hash of the x.509 certificate.String
getCrlDistributionPoints(int index)
Describes a list of locations to obtain CRL information, i.e.com.google.protobuf.ByteString
getCrlDistributionPointsBytes(int index)
Describes a list of locations to obtain CRL information, i.e.int
getCrlDistributionPointsCount()
Describes a list of locations to obtain CRL information, i.e.com.google.protobuf.ProtocolStringList
getCrlDistributionPointsList()
Describes a list of locations to obtain CRL information, i.e.static CertificateDescription
getDefaultInstance()
CertificateDescription
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Parser<CertificateDescription>
getParserForType()
PublicKey
getPublicKey()
The public key that corresponds to an issued certificate.PublicKeyOrBuilder
getPublicKeyOrBuilder()
The public key that corresponds to an issued certificate.int
getSerializedSize()
CertificateDescription.SubjectDescription
getSubjectDescription()
Describes some of the values in a certificate that are related to the subject and lifetime.CertificateDescription.SubjectDescriptionOrBuilder
getSubjectDescriptionOrBuilder()
Describes some of the values in a certificate that are related to the subject and lifetime.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.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.X509Parameters
getX509Description()
Describes some of the technical X.509 fields in a certificate.X509ParametersOrBuilder
getX509DescriptionOrBuilder()
Describes some of the technical X.509 fields in a certificate.boolean
hasAuthorityKeyId()
Identifies the subject_key_id of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1boolean
hasCertFingerprint()
The hash of the x.509 certificate.int
hashCode()
boolean
hasPublicKey()
The public key that corresponds to an issued certificate.boolean
hasSubjectDescription()
Describes some of the values in a certificate that are related to the subject and lifetime.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.boolean
hasX509Description()
Describes some of the technical X.509 fields in a certificate.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static CertificateDescription.Builder
newBuilder()
static CertificateDescription.Builder
newBuilder(CertificateDescription prototype)
CertificateDescription.Builder
newBuilderForType()
protected CertificateDescription.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static CertificateDescription
parseDelimitedFrom(InputStream input)
static CertificateDescription
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CertificateDescription
parseFrom(byte[] data)
static CertificateDescription
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CertificateDescription
parseFrom(com.google.protobuf.ByteString data)
static CertificateDescription
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CertificateDescription
parseFrom(com.google.protobuf.CodedInputStream input)
static CertificateDescription
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CertificateDescription
parseFrom(InputStream input)
static CertificateDescription
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CertificateDescription
parseFrom(ByteBuffer data)
static CertificateDescription
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<CertificateDescription>
parser()
CertificateDescription.Builder
toBuilder()
void
writeTo(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
-
X509_DESCRIPTION_FIELD_NUMBER
public static final int X509_DESCRIPTION_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:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in 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.v1.CertificateDescription.SubjectDescription subject_description = 1;
- Specified by:
hasSubjectDescription
in 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.v1.CertificateDescription.SubjectDescription subject_description = 1;
- Specified by:
getSubjectDescription
in 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.v1.CertificateDescription.SubjectDescription subject_description = 1;
- Specified by:
getSubjectDescriptionOrBuilder
in interfaceCertificateDescriptionOrBuilder
-
hasX509Description
public boolean hasX509Description()
Describes some of the technical X.509 fields in a certificate.
.google.cloud.security.privateca.v1.X509Parameters x509_description = 2;
- Specified by:
hasX509Description
in interfaceCertificateDescriptionOrBuilder
- Returns:
- Whether the x509Description field is set.
-
getX509Description
public X509Parameters getX509Description()
Describes some of the technical X.509 fields in a certificate.
.google.cloud.security.privateca.v1.X509Parameters x509_description = 2;
- Specified by:
getX509Description
in interfaceCertificateDescriptionOrBuilder
- Returns:
- The x509Description.
-
getX509DescriptionOrBuilder
public X509ParametersOrBuilder getX509DescriptionOrBuilder()
Describes some of the technical X.509 fields in a certificate.
.google.cloud.security.privateca.v1.X509Parameters x509_description = 2;
- Specified by:
getX509DescriptionOrBuilder
in interfaceCertificateDescriptionOrBuilder
-
hasPublicKey
public boolean hasPublicKey()
The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1.PublicKey public_key = 3;
- Specified by:
hasPublicKey
in 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.v1.PublicKey public_key = 3;
- Specified by:
getPublicKey
in interfaceCertificateDescriptionOrBuilder
- Returns:
- The publicKey.
-
getPublicKeyOrBuilder
public PublicKeyOrBuilder getPublicKeyOrBuilder()
The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1.PublicKey public_key = 3;
- Specified by:
getPublicKeyOrBuilder
in 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.v1.CertificateDescription.KeyId subject_key_id = 4;
- Specified by:
hasSubjectKeyId
in 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.v1.CertificateDescription.KeyId subject_key_id = 4;
- Specified by:
getSubjectKeyId
in 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.v1.CertificateDescription.KeyId subject_key_id = 4;
- Specified by:
getSubjectKeyIdOrBuilder
in 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.v1.CertificateDescription.KeyId authority_key_id = 5;
- Specified by:
hasAuthorityKeyId
in 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.v1.CertificateDescription.KeyId authority_key_id = 5;
- Specified by:
getAuthorityKeyId
in 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.v1.CertificateDescription.KeyId authority_key_id = 5;
- Specified by:
getAuthorityKeyIdOrBuilder
in 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:
getCrlDistributionPointsList
in 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:
getCrlDistributionPointsCount
in 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:
getCrlDistributionPoints
in 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:
getCrlDistributionPointsBytes
in 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:
getAiaIssuingCertificateUrlsList
in 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:
getAiaIssuingCertificateUrlsCount
in 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:
getAiaIssuingCertificateUrls
in 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:
getAiaIssuingCertificateUrlsBytes
in 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.v1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
- Specified by:
hasCertFingerprint
in interfaceCertificateDescriptionOrBuilder
- Returns:
- Whether the certFingerprint field is set.
-
getCertFingerprint
public CertificateDescription.CertificateFingerprint getCertFingerprint()
The hash of the x.509 certificate.
.google.cloud.security.privateca.v1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
- Specified by:
getCertFingerprint
in interfaceCertificateDescriptionOrBuilder
- Returns:
- The certFingerprint.
-
getCertFingerprintOrBuilder
public CertificateDescription.CertificateFingerprintOrBuilder getCertFingerprintOrBuilder()
The hash of the x.509 certificate.
.google.cloud.security.privateca.v1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
- Specified by:
getCertFingerprintOrBuilder
in interfaceCertificateDescriptionOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in 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:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CertificateDescription.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in 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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public CertificateDescription getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-