CertificateTemplatePredefinedValues

Constructors

Link copied to clipboard
constructor(additionalExtensions: List<CertificateTemplatePredefinedValuesAdditionalExtension>? = null, aiaOcspServers: List<String>? = null, caOptions: CertificateTemplatePredefinedValuesCaOptions? = null, keyUsage: CertificateTemplatePredefinedValuesKeyUsage? = null, policyIds: List<CertificateTemplatePredefinedValuesPolicyId>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Describes custom X.509 extensions.

Link copied to clipboard
val aiaOcspServers: List<String>? = null

Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.

Link copied to clipboard

Optional. Describes options in this X509Parameters that are relevant in a CA certificate.

Link copied to clipboard

Optional. Indicates the intended use for keys that correspond to a certificate.

Link copied to clipboard

Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.