Generated by
JDiff

Class java.security.cert.X509Certificate

Added Methods
List getExtendedKeyUsage() Gets an unmodifiable list of Strings representing the OBJECT IDENTIFIERs of the ExtKeyUsageSyntax field of the extended key usage extension (OID = 2.5.29.37).
Collection getIssuerAlternativeNames() Gets an immutable collection of issuer alternative names from the IssuerAltName extension (OID = 2.5.29.18).
X500Principal getIssuerX500Principal() Returns the issuer (issuer distinguished name) value from the certificate as an X500Principal.
Collection getSubjectAlternativeNames() Gets an immutable collection of subject alternative names from the SubjectAltName extension (OID = 2.5.29.17).
X500Principal getSubjectX500Principal() Returns the subject (subject distinguished name) value from the certificate as an X500Principal.