File: API-Changes.adoc

package info (click to toggle)
jss 5.9.0~beta3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,120 kB
  • sloc: java: 74,332; ansic: 39,200; cpp: 4,414; sh: 1,487; xml: 490; python: 354; makefile: 42
file content (14 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
= 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.