CertificatePolicyInformation

data class CertificatePolicyInformation(val certPolicyId: String, val policyQualifiers: List<CertificatePolicyQualifierInfo>? = null)

Defines the X.509 `CertificatePolicies` extension.

Constructors

Link copied to clipboard
constructor(certPolicyId: String, policyQualifiers: List<CertificatePolicyQualifierInfo>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of Object Identifier (OID).

Link copied to clipboard

Modifies the given `CertPolicyId` with a qualifier. AWS Private CA supports the certification practice statement (CPS) qualifier.