Class and Description |
---|
org.mozilla.jss.netscape.security.x509.RevocationReasonAdapter
Use the revocation reason code or label instead.
|
org.mozilla.jss.netscape.security.x509.X509Cert
Use the new X509Certificate class.
This class is only restored for backwards compatibility.
|
Exceptions and Description |
---|
org.mozilla.jss.crypto.BadPaddingException
Use javax.crypto.BadPaddingException.
|
Constructor and Description |
---|
org.mozilla.jss.netscape.security.x509.AlgorithmId()
use one of the other constructors.
|
org.mozilla.jss.pkix.cmc.RevokeRequest(ANY, INTEGER, ENUMERATED, OCTET_STRING, UTF8String)
This constructor is obsolete now that
invalidityDate has been added to the class. |
org.mozilla.jss.pkix.cmmf.RevRequest(ANY, INTEGER, ENUMERATED, OCTET_STRING, UTF8String)
This constructor is obsolete now that
invalidityDate has been added to the class. |
org.mozilla.jss.ssl.SSLSocket(InetAddress, int, InetAddress, int, boolean, SSLCertificateApprovalCallback, SSLClientCertificateSelectionCallback)
As of JSS 3.0. The stream parameter is ignored, because
only stream sockets are supported.
|
org.mozilla.jss.ssl.SSLVersionRange(int, int)
Replaced with SSLVersionRange(SSLVersion minVersion, SSLVersion maxVersion).
|