- 2.80.0 (latest)
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.4
- 2.4.0
- 2.3.0
- 2.2.5
public static final class CertificateDescription.Builder extends GeneratedMessageV3.Builder<CertificateDescription.Builder> implements CertificateDescriptionOrBuilderA CertificateDescription describes an X.509 certificate or CSR that has been issued, as an alternative to using ASN.1 / X.509.
Protobuf type google.cloud.security.privateca.v1.CertificateDescription
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CertificateDescription.BuilderImplements
CertificateDescriptionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAiaIssuingCertificateUrls(String value)
public CertificateDescription.Builder addAiaIssuingCertificateUrls(String value)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;
| Name | Description |
| value | StringThe aiaIssuingCertificateUrls to add. |
| Type | Description |
| CertificateDescription.Builder | This builder for chaining. |
addAiaIssuingCertificateUrlsBytes(ByteString value)
public CertificateDescription.Builder addAiaIssuingCertificateUrlsBytes(ByteString value)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;
| Name | Description |
| value | ByteStringThe bytes of the aiaIssuingCertificateUrls to add. |
| Type | Description |
| CertificateDescription.Builder | This builder for chaining. |
addAllAiaIssuingCertificateUrls(Iterable<String> values)
public CertificateDescription.Builder addAllAiaIssuingCertificateUrls(Iterable<String> values)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;
| Name | Description |
| values | Iterable<String>The aiaIssuingCertificateUrls to add. |
| Type | Description |
| CertificateDescription.Builder | This builder for chaining. |
addAllCrlDistributionPoints(Iterable<String> values)
public CertificateDescription.Builder addAllCrlDistributionPoints(Iterable<String> values)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;
| Name | Description |
| values | Iterable<String>The crlDistributionPoints to add. |
| Type | Description |
| CertificateDescription.Builder | This builder for chaining. |
addCrlDistributionPoints(String value)
public CertificateDescription.Builder addCrlDistributionPoints(String value)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;
| Name | Description |
| value | StringThe crlDistributionPoints to add. |
| Type | Description |
| CertificateDescription.Builder | This builder for chaining. |
addCrlDistributionPointsBytes(ByteString value)
public CertificateDescription.Builder addCrlDistributionPointsBytes(ByteString value)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;
| Name | Description |
| value | ByteStringThe bytes of the crlDistributionPoints to add. |
| Type | Description |
| CertificateDescription.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CertificateDescription.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| CertificateDescription.Builder |
build()
public CertificateDescription build()| Type | Description |
| CertificateDescription |
buildPartial()
public CertificateDescription buildPartial()| Type | Description |
| CertificateDescription |
clear()
public CertificateDescription.Builder clear()| Type | Description |
| CertificateDescription.Builder |
clearAiaIssuingCertificateUrls()
public CertificateDescription.Builder clearAiaIssuingCertificateUrls()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;
| Type | Description |
| CertificateDescription.Builder | This builder for chaining. |
clearAuthorityKeyId()
public CertificateDescription.Builder clearAuthorityKeyId()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;
| Type | Description |
| CertificateDescription.Builder |
clearCertFingerprint()
public CertificateDescription.Builder clearCertFingerprint()The hash of the x.509 certificate.
.google.cloud.security.privateca.v1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
| Type | Description |
| CertificateDescription.Builder |
clearCrlDistributionPoints()
public CertificateDescription.Builder clearCrlDistributionPoints()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;
| Type | Description |
| CertificateDescription.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public CertificateDescription.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| CertificateDescription.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public CertificateDescription.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| CertificateDescription.Builder |
clearPublicKey()
public CertificateDescription.Builder clearPublicKey()The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1.PublicKey public_key = 3;
| Type | Description |
| CertificateDescription.Builder |
clearSubjectDescription()
public CertificateDescription.Builder clearSubjectDescription()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;
| Type | Description |
| CertificateDescription.Builder |
clearSubjectKeyId()
public CertificateDescription.Builder clearSubjectKeyId()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;
| Type | Description |
| CertificateDescription.Builder |
clearX509Description()
public CertificateDescription.Builder clearX509Description()Describes some of the technical X.509 fields in a certificate.
.google.cloud.security.privateca.v1.X509Parameters x509_description = 2;
| Type | Description |
| CertificateDescription.Builder |
clone()
public CertificateDescription.Builder clone()| Type | Description |
| CertificateDescription.Builder |
getAiaIssuingCertificateUrls(int index)
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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The aiaIssuingCertificateUrls at the given index. |
getAiaIssuingCertificateUrlsBytes(int index)
public 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the aiaIssuingCertificateUrls at the given index. |
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;
| Type | Description |
| int | The count of aiaIssuingCertificateUrls. |
getAiaIssuingCertificateUrlsList()
public 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;
| Type | Description |
| ProtocolStringList | A list containing the aiaIssuingCertificateUrls. |
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;
| Type | Description |
| CertificateDescription.KeyId | The authorityKeyId. |
getAuthorityKeyIdBuilder()
public CertificateDescription.KeyId.Builder getAuthorityKeyIdBuilder()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;
| Type | Description |
| CertificateDescription.KeyId.Builder |
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;
| Type | Description |
| CertificateDescription.KeyIdOrBuilder |
getCertFingerprint()
public CertificateDescription.CertificateFingerprint getCertFingerprint()The hash of the x.509 certificate.
.google.cloud.security.privateca.v1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
| Type | Description |
| CertificateDescription.CertificateFingerprint | The certFingerprint. |
getCertFingerprintBuilder()
public CertificateDescription.CertificateFingerprint.Builder getCertFingerprintBuilder()The hash of the x.509 certificate.
.google.cloud.security.privateca.v1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
| Type | Description |
| CertificateDescription.CertificateFingerprint.Builder |
getCertFingerprintOrBuilder()
public CertificateDescription.CertificateFingerprintOrBuilder getCertFingerprintOrBuilder()The hash of the x.509 certificate.
.google.cloud.security.privateca.v1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
| Type | Description |
| CertificateDescription.CertificateFingerprintOrBuilder |
getCrlDistributionPoints(int index)
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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The crlDistributionPoints at the given index. |
getCrlDistributionPointsBytes(int index)
public 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the crlDistributionPoints at the given index. |
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;
| Type | Description |
| int | The count of crlDistributionPoints. |
getCrlDistributionPointsList()
public 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;
| Type | Description |
| ProtocolStringList | A list containing the crlDistributionPoints. |
getDefaultInstanceForType()
public CertificateDescription getDefaultInstanceForType()| Type | Description |
| CertificateDescription |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getPublicKey()
public PublicKey getPublicKey()The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1.PublicKey public_key = 3;
| Type | Description |
| PublicKey | The publicKey. |
getPublicKeyBuilder()
public PublicKey.Builder getPublicKeyBuilder()The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1.PublicKey public_key = 3;
| Type | Description |
| PublicKey.Builder |
getPublicKeyOrBuilder()
public PublicKeyOrBuilder getPublicKeyOrBuilder()The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1.PublicKey public_key = 3;
| Type | Description |
| PublicKeyOrBuilder |
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;
| Type | Description |
| CertificateDescription.SubjectDescription | The subjectDescription. |
getSubjectDescriptionBuilder()
public CertificateDescription.SubjectDescription.Builder getSubjectDescriptionBuilder()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;
| Type | Description |
| CertificateDescription.SubjectDescription.Builder |
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;
| Type | Description |
| CertificateDescription.SubjectDescriptionOrBuilder |
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;
| Type | Description |
| CertificateDescription.KeyId | The subjectKeyId. |
getSubjectKeyIdBuilder()
public CertificateDescription.KeyId.Builder getSubjectKeyIdBuilder()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;
| Type | Description |
| CertificateDescription.KeyId.Builder |
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;
| Type | Description |
| CertificateDescription.KeyIdOrBuilder |
getX509Description()
public X509Parameters getX509Description()Describes some of the technical X.509 fields in a certificate.
.google.cloud.security.privateca.v1.X509Parameters x509_description = 2;
| Type | Description |
| X509Parameters | The x509Description. |
getX509DescriptionBuilder()
public X509Parameters.Builder getX509DescriptionBuilder()Describes some of the technical X.509 fields in a certificate.
.google.cloud.security.privateca.v1.X509Parameters x509_description = 2;
| Type | Description |
| X509Parameters.Builder |
getX509DescriptionOrBuilder()
public X509ParametersOrBuilder getX509DescriptionOrBuilder()Describes some of the technical X.509 fields in a certificate.
.google.cloud.security.privateca.v1.X509Parameters x509_description = 2;
| Type | Description |
| X509ParametersOrBuilder |
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;
| Type | Description |
| boolean | Whether the authorityKeyId field is set. |
hasCertFingerprint()
public boolean hasCertFingerprint()The hash of the x.509 certificate.
.google.cloud.security.privateca.v1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
| Type | Description |
| boolean | Whether the certFingerprint field is set. |
hasPublicKey()
public boolean hasPublicKey()The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1.PublicKey public_key = 3;
| Type | Description |
| boolean | Whether the publicKey field is set. |
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;
| Type | Description |
| boolean | Whether the subjectDescription field is set. |
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;
| Type | Description |
| boolean | Whether the subjectKeyId field is set. |
hasX509Description()
public boolean hasX509Description()Describes some of the technical X.509 fields in a certificate.
.google.cloud.security.privateca.v1.X509Parameters x509_description = 2;
| Type | Description |
| boolean | Whether the x509Description field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeAuthorityKeyId(CertificateDescription.KeyId value)
public CertificateDescription.Builder mergeAuthorityKeyId(CertificateDescription.KeyId value)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;
| Name | Description |
| value | CertificateDescription.KeyId |
| Type | Description |
| CertificateDescription.Builder |
mergeCertFingerprint(CertificateDescription.CertificateFingerprint value)
public CertificateDescription.Builder mergeCertFingerprint(CertificateDescription.CertificateFingerprint value)The hash of the x.509 certificate.
.google.cloud.security.privateca.v1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
| Name | Description |
| value | CertificateDescription.CertificateFingerprint |
| Type | Description |
| CertificateDescription.Builder |
mergeFrom(CertificateDescription other)
public CertificateDescription.Builder mergeFrom(CertificateDescription other)| Name | Description |
| other | CertificateDescription |
| Type | Description |
| CertificateDescription.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CertificateDescription.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| CertificateDescription.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public CertificateDescription.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| CertificateDescription.Builder |
mergePublicKey(PublicKey value)
public CertificateDescription.Builder mergePublicKey(PublicKey value)The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1.PublicKey public_key = 3;
| Name | Description |
| value | PublicKey |
| Type | Description |
| CertificateDescription.Builder |
mergeSubjectDescription(CertificateDescription.SubjectDescription value)
public CertificateDescription.Builder mergeSubjectDescription(CertificateDescription.SubjectDescription value)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;
| Name | Description |
| value | CertificateDescription.SubjectDescription |
| Type | Description |
| CertificateDescription.Builder |
mergeSubjectKeyId(CertificateDescription.KeyId value)
public CertificateDescription.Builder mergeSubjectKeyId(CertificateDescription.KeyId value)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;
| Name | Description |
| value | CertificateDescription.KeyId |
| Type | Description |
| CertificateDescription.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CertificateDescription.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| CertificateDescription.Builder |
mergeX509Description(X509Parameters value)
public CertificateDescription.Builder mergeX509Description(X509Parameters value)Describes some of the technical X.509 fields in a certificate.
.google.cloud.security.privateca.v1.X509Parameters x509_description = 2;
| Name | Description |
| value | X509Parameters |
| Type | Description |
| CertificateDescription.Builder |
setAiaIssuingCertificateUrls(int index, String value)
public CertificateDescription.Builder setAiaIssuingCertificateUrls(int index, String value)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;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe aiaIssuingCertificateUrls to set. |
| Type | Description |
| CertificateDescription.Builder | This builder for chaining. |
setAuthorityKeyId(CertificateDescription.KeyId value)
public CertificateDescription.Builder setAuthorityKeyId(CertificateDescription.KeyId value)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;
| Name | Description |
| value | CertificateDescription.KeyId |
| Type | Description |
| CertificateDescription.Builder |
setAuthorityKeyId(CertificateDescription.KeyId.Builder builderForValue)
public CertificateDescription.Builder setAuthorityKeyId(CertificateDescription.KeyId.Builder builderForValue)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;
| Name | Description |
| builderForValue | CertificateDescription.KeyId.Builder |
| Type | Description |
| CertificateDescription.Builder |
setCertFingerprint(CertificateDescription.CertificateFingerprint value)
public CertificateDescription.Builder setCertFingerprint(CertificateDescription.CertificateFingerprint value)The hash of the x.509 certificate.
.google.cloud.security.privateca.v1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
| Name | Description |
| value | CertificateDescription.CertificateFingerprint |
| Type | Description |
| CertificateDescription.Builder |
setCertFingerprint(CertificateDescription.CertificateFingerprint.Builder builderForValue)
public CertificateDescription.Builder setCertFingerprint(CertificateDescription.CertificateFingerprint.Builder builderForValue)The hash of the x.509 certificate.
.google.cloud.security.privateca.v1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
| Name | Description |
| builderForValue | CertificateDescription.CertificateFingerprint.Builder |
| Type | Description |
| CertificateDescription.Builder |
setCrlDistributionPoints(int index, String value)
public CertificateDescription.Builder setCrlDistributionPoints(int index, String value)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;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe crlDistributionPoints to set. |
| Type | Description |
| CertificateDescription.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public CertificateDescription.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| CertificateDescription.Builder |
setPublicKey(PublicKey value)
public CertificateDescription.Builder setPublicKey(PublicKey value)The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1.PublicKey public_key = 3;
| Name | Description |
| value | PublicKey |
| Type | Description |
| CertificateDescription.Builder |
setPublicKey(PublicKey.Builder builderForValue)
public CertificateDescription.Builder setPublicKey(PublicKey.Builder builderForValue)The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1.PublicKey public_key = 3;
| Name | Description |
| builderForValue | PublicKey.Builder |
| Type | Description |
| CertificateDescription.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CertificateDescription.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| CertificateDescription.Builder |
setSubjectDescription(CertificateDescription.SubjectDescription value)
public CertificateDescription.Builder setSubjectDescription(CertificateDescription.SubjectDescription value)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;
| Name | Description |
| value | CertificateDescription.SubjectDescription |
| Type | Description |
| CertificateDescription.Builder |
setSubjectDescription(CertificateDescription.SubjectDescription.Builder builderForValue)
public CertificateDescription.Builder setSubjectDescription(CertificateDescription.SubjectDescription.Builder builderForValue)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;
| Name | Description |
| builderForValue | CertificateDescription.SubjectDescription.Builder |
| Type | Description |
| CertificateDescription.Builder |
setSubjectKeyId(CertificateDescription.KeyId value)
public CertificateDescription.Builder setSubjectKeyId(CertificateDescription.KeyId value)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;
| Name | Description |
| value | CertificateDescription.KeyId |
| Type | Description |
| CertificateDescription.Builder |
setSubjectKeyId(CertificateDescription.KeyId.Builder builderForValue)
public CertificateDescription.Builder setSubjectKeyId(CertificateDescription.KeyId.Builder builderForValue)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;
| Name | Description |
| builderForValue | CertificateDescription.KeyId.Builder |
| Type | Description |
| CertificateDescription.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CertificateDescription.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| CertificateDescription.Builder |
setX509Description(X509Parameters value)
public CertificateDescription.Builder setX509Description(X509Parameters value)Describes some of the technical X.509 fields in a certificate.
.google.cloud.security.privateca.v1.X509Parameters x509_description = 2;
| Name | Description |
| value | X509Parameters |
| Type | Description |
| CertificateDescription.Builder |
setX509Description(X509Parameters.Builder builderForValue)
public CertificateDescription.Builder setX509Description(X509Parameters.Builder builderForValue)Describes some of the technical X.509 fields in a certificate.
.google.cloud.security.privateca.v1.X509Parameters x509_description = 2;
| Name | Description |
| builderForValue | X509Parameters.Builder |
| Type | Description |
| CertificateDescription.Builder |