Values.ExtendedKeyUsageSourceSpecifies additional purposes for which the certified public key may be used other than basic purposes indicated in the KeyUsage extension.
type nonrec t = {extendedKeyUsageType : ExtendedKeyUsageType.t option;Specifies a standard ExtendedKeyUsage as defined as in RFC 5280.
*)extendedKeyUsageObjectIdentifier : CustomObjectIdentifier.t option;Specifies a custom ExtendedKeyUsage with an object identifier (OID).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CustomObjectIdentifier.t ])
list ]