Certificate Extended Key Usage
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.
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.