CertificateCertificateDescription

data class CertificateCertificateDescription(val aiaIssuingCertificateUrls: List<String>? = null, val authorityKeyIds: List<CertificateCertificateDescriptionAuthorityKeyId>? = null, val certFingerprints: List<CertificateCertificateDescriptionCertFingerprint>? = null, val configValues: List<CertificateCertificateDescriptionConfigValue>? = null, val crlDistributionPoints: List<String>? = null, val publicKeys: List<CertificateCertificateDescriptionPublicKey>? = null, val subjectDescriptions: List<CertificateCertificateDescriptionSubjectDescription>? = null, val subjectKeyIds: List<CertificateCertificateDescriptionSubjectKeyId>? = null, val x509Descriptions: List<CertificateCertificateDescriptionX509Description>? = null)

Constructors

Link copied to clipboard
constructor(aiaIssuingCertificateUrls: List<String>? = null, authorityKeyIds: List<CertificateCertificateDescriptionAuthorityKeyId>? = null, certFingerprints: List<CertificateCertificateDescriptionCertFingerprint>? = null, configValues: List<CertificateCertificateDescriptionConfigValue>? = null, crlDistributionPoints: List<String>? = null, publicKeys: List<CertificateCertificateDescriptionPublicKey>? = null, subjectDescriptions: List<CertificateCertificateDescriptionSubjectDescription>? = null, subjectKeyIds: List<CertificateCertificateDescriptionSubjectKeyId>? = null, x509Descriptions: List<CertificateCertificateDescriptionX509Description>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) Describes lists of issuer CA certificate URLs that appear in the "Authority Information Access" extension in the certificate.

Link copied to clipboard

(Output) Identifies the subjectKeyId of the parent certificate, per https://tools.ietf.org/html/rfc5280#section-4.2.1.1 Structure is documented below.

Link copied to clipboard

(Output) The hash of the x.509 certificate. Structure is documented below.

Link copied to clipboard

(Output, Deprecated) Describes some of the technical fields in a certificate. Structure is documented below.

Link copied to clipboard

(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

Link copied to clipboard

A PublicKey describes a public key. Structure is documented below. The x509_config block supports:

Link copied to clipboard

(Output) Describes some of the values in a certificate that are related to the subject and lifetime. Structure is documented below.

Link copied to clipboard

(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.

Link copied to clipboard

(Output) A structured description of the issued X.509 certificate. Structure is documented below.