- 2.55.0 (latest)
- 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 interface CertificateDescriptionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAiaIssuingCertificateUrls(int index)
public abstract 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 | int The index of the element to return. |
Type | Description |
String | The aiaIssuingCertificateUrls at the given index. |
getAiaIssuingCertificateUrlsBytes(int index)
public abstract 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 | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the aiaIssuingCertificateUrls at the given index. |
getAiaIssuingCertificateUrlsCount()
public abstract 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 abstract List<String> 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 |
List<String> | A list containing the aiaIssuingCertificateUrls. |
getAuthorityKeyId()
public abstract 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;
Type | Description |
CertificateDescription.KeyId | The authorityKeyId. |
getAuthorityKeyIdOrBuilder()
public abstract 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;
Type | Description |
CertificateDescription.KeyIdOrBuilder |
getCertFingerprint()
public abstract CertificateDescription.CertificateFingerprint getCertFingerprint()
The hash of the x.509 certificate.
.google.cloud.security.privateca.v1beta1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
Type | Description |
CertificateDescription.CertificateFingerprint | The certFingerprint. |
getCertFingerprintOrBuilder()
public abstract CertificateDescription.CertificateFingerprintOrBuilder getCertFingerprintOrBuilder()
The hash of the x.509 certificate.
.google.cloud.security.privateca.v1beta1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
Type | Description |
CertificateDescription.CertificateFingerprintOrBuilder |
getConfigValues()
public abstract ReusableConfigValues getConfigValues()
Describes some of the technical fields in a certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues config_values = 2;
Type | Description |
ReusableConfigValues | The configValues. |
getConfigValuesOrBuilder()
public abstract ReusableConfigValuesOrBuilder getConfigValuesOrBuilder()
Describes some of the technical fields in a certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues config_values = 2;
Type | Description |
ReusableConfigValuesOrBuilder |
getCrlDistributionPoints(int index)
public abstract 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 | int The index of the element to return. |
Type | Description |
String | The crlDistributionPoints at the given index. |
getCrlDistributionPointsBytes(int index)
public abstract 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 | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the crlDistributionPoints at the given index. |
getCrlDistributionPointsCount()
public abstract 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 abstract List<String> 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 |
List<String> | A list containing the crlDistributionPoints. |
getPublicKey()
public abstract PublicKey getPublicKey()
The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1beta1.PublicKey public_key = 3;
Type | Description |
PublicKey | The publicKey. |
getPublicKeyOrBuilder()
public abstract PublicKeyOrBuilder getPublicKeyOrBuilder()
The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1beta1.PublicKey public_key = 3;
Type | Description |
PublicKeyOrBuilder |
getSubjectDescription()
public abstract 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;
Type | Description |
CertificateDescription.SubjectDescription | The subjectDescription. |
getSubjectDescriptionOrBuilder()
public abstract 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;
Type | Description |
CertificateDescription.SubjectDescriptionOrBuilder |
getSubjectKeyId()
public abstract 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;
Type | Description |
CertificateDescription.KeyId | The subjectKeyId. |
getSubjectKeyIdOrBuilder()
public abstract 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;
Type | Description |
CertificateDescription.KeyIdOrBuilder |
hasAuthorityKeyId()
public abstract 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;
Type | Description |
boolean | Whether the authorityKeyId field is set. |
hasCertFingerprint()
public abstract boolean hasCertFingerprint()
The hash of the x.509 certificate.
.google.cloud.security.privateca.v1beta1.CertificateDescription.CertificateFingerprint cert_fingerprint = 8;
Type | Description |
boolean | Whether the certFingerprint field is set. |
hasConfigValues()
public abstract boolean hasConfigValues()
Describes some of the technical fields in a certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues config_values = 2;
Type | Description |
boolean | Whether the configValues field is set. |
hasPublicKey()
public abstract boolean hasPublicKey()
The public key that corresponds to an issued certificate.
.google.cloud.security.privateca.v1beta1.PublicKey public_key = 3;
Type | Description |
boolean | Whether the publicKey field is set. |
hasSubjectDescription()
public abstract 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;
Type | Description |
boolean | Whether the subjectDescription field is set. |
hasSubjectKeyId()
public abstract 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;
Type | Description |
boolean | Whether the subjectKeyId field is set. |