Class IssuerAlternativeNameExtension

All Implemented Interfaces:
Serializable

This class provides an implementation of the issuer alternative name X.509 certificate extension as described in RFC 5280 section 4.2.1.7. It can provide additional information about the issuer for a certificate, but this information is generally not used in the course of validating a certification path.

The OID for this extension is 2.5.29.18. See the GeneralAlternativeNameExtension class for implementation details and the value encoding.
See Also: