Class ExtendedKeyUsageExtension

java.lang.Object
com.unboundid.util.ssl.cert.X509CertificateExtension
com.unboundid.util.ssl.cert.ExtendedKeyUsageExtension
All Implemented Interfaces:
Serializable

This class provides an implementation of the extended key usage X.509 certificate extension as described in RFC 5280 section 4.2.1.12. This can be used to provide an extensible list of OIDs that identify ways that a certificate is intended to be used.

The OID for this extension is 2.5.29.37 and the value has the following encoding:
   ExtKeyUsageSyntax ::= SEQUENCE SIZE (1..MAX) OF KeyPurposeId

   KeyPurposeId ::= OBJECT IDENTIFIER
 
See Also: