Documentation for this section has not yet been entered.
Type Reason Java.Security.Cert.CertificateParsingException if decoding of the extension fails.
Returns a read-only list of the issuer alternative names from the IssuerAltName extension.
The ASN.1 definition of IssuerAltName:
java Example
IssuerAltName ::= GeneralNames
GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName
GeneralName ::= CHOICE {
otherName [0] AnotherName,
rfc822Name [1] IA5String,
dNSName [2] IA5String,
x400Address [3] ORAddress,
directoryName [4] Name,
ediPartyName [5] EDIPartyName,
uniformResourceIdentifier [6] IA5String,
iPAddress [7] OCTET STRING,
registeredID [8] OBJECT IDENTIFIER }