Generated by
JDiff

Class java.security.cert.X509Certificate

Documentation changed from old to new.

Changed Methods
int getBasicConstraints() Documentation changed from old to new.
Gets the certificate constraints path length from the critical BasicConstraints extension (OID = 2.5.29.19).
boolean[] getIssuerUniqueID() Documentation changed from old to new.
Gets the issuerUniqueID value from the certificate.
boolean[] getKeyUsage() Documentation changed from old to new.
Gets a boolean array representing bits of the KeyUsage extension (OID = 2.5.29.15).
Date getNotAfter() Documentation changed from old to new.
Gets the notAfter date from the validity period of the certificate.
String getSigAlgOID() Documentation changed from old to new.
Gets the signature algorithm OID string from the certificate.
byte[] getSigAlgParams() Documentation changed from old to new.
Gets the DER-encoded signature algorithm parameters from this certificate's signature algorithm.
Principal getSubjectDN() Documentation changed from old to new.
Gets the subject (subject distinguished name) value from the certificate.