Certificate Authority Csr Extensions
data class CertificateAuthorityCsrExtensions(val keyUsage: CertificateAuthorityKeyUsage? = null, val subjectInformationAccess: List<CertificateAuthorityAccessDescription>? = null)
Structure that contains CSR pass though extensions information.
Constructors
Link copied to clipboard
constructor(keyUsage: CertificateAuthorityKeyUsage? = null, subjectInformationAccess: List<CertificateAuthorityAccessDescription>? = null)
Properties
Link copied to clipboard
Indicates the purpose of the certificate and of the key contained in the certificate.
Link copied to clipboard
For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.