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 subject alternative names from the SubjectAltName extension.
The ASN.1 definition of SubjectAltName:
java Example
SubjectAltName ::= 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 }