Class CertificateCertificateDescription


  • public final class CertificateCertificateDescription
    extends java.lang.Object
    • Method Detail

      • aiaIssuingCertificateUrls

        public java.util.List<java.lang.String> aiaIssuingCertificateUrls()
        Returns:
        (Output) Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.
      • authorityKeyIds

        public java.util.List<CertificateCertificateDescriptionAuthorityKeyId> authorityKeyIds()
        Returns:
        (Output) Identifies the subjectKeyId of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1 Structure is documented below.
      • configValues

        @Deprecated
        public java.util.List<CertificateCertificateDescriptionConfigValue> configValues()
        Deprecated.
        Deprecated in favor of `x509_description`.
        Returns:
        (Output, Deprecated) Describes some of the technical fields in a certificate. Structure is documented below.
      • crlDistributionPoints

        public java.util.List<java.lang.String> crlDistributionPoints()
        Returns:
        (Output) 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
      • subjectDescriptions

        public java.util.List<CertificateCertificateDescriptionSubjectDescription> subjectDescriptions()
        Returns:
        (Output) Describes some of the values in a certificate that are related to the subject and lifetime. Structure is documented below.
      • subjectKeyIds

        public java.util.List<CertificateCertificateDescriptionSubjectKeyId> subjectKeyIds()
        Returns:
        (Output) Provides a means of identifiying certificates that contain a particular public key, per https://tools.ietf.org/html/rfc5280#section-4.2.1.2. Structure is documented below.