CertificateExtendedKeyUsage

data class CertificateExtendedKeyUsage(val extendedKeyUsageObjectIdentifier: String? = null, val extendedKeyUsageType: String? = null)

Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the `KeyUsage` extension.

Constructors

Link copied to clipboard
constructor(extendedKeyUsageObjectIdentifier: String? = null, extendedKeyUsageType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a custom `ExtendedKeyUsage` with an object identifier (OID).

Link copied to clipboard

Specifies a standard `ExtendedKeyUsage` as defined as in RFC 5280.