Class SubjectKeyIdentifierExtension

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

This class provides an implementation of the subject key identifier X.509 certificate extension as described in RFC 5280 section 4.2.1.2. The OID for this extension is 2.5.29.14. The value is an octet string and is intended to identify the public key used by a certificate. The actual format of the key identifier is not specified, although RFC 5280 does specify a couple of possibilities.
See Also: