= API Changes =
== Changes in org.mozilla.jss.netscape.security.x509.CertAndKeyGen ==
* The `getSelfCert()` has been deprecated in JSS 4 and dropped in JSS 5. Use `getSelfCertificate()` instead.
* The `setRandom()` has been deprecated in JSS 4 and dropped in JSS 5. It is no longer used.
== Changes in org.mozilla.jss.netscape.security.x509.X509Cert ==
The class has been deprecated in JSS 4 and dropped in JSS 5. Use `java.security.cert.Certificate` instead.
== Changes in org.mozilla.jss.netscape.security.x509.RevocationReasonAdapter ==
The class has been deprecated in JSS 4 and dropped in JSS 5. Use the revocation reason code or label instead.
|