Deprecated API

Deprecated Methods
org.mozilla.jss.crypto.CryptoStore.importEncryptedPrivateKey(byte[], Password, byte[], byte[])
          A key type should be specified so that the correct usages can be enabled on the key. 
org.mozilla.jss.crypto.CryptoStore.importEncryptedPrivateKey(byte[], Password, byte[], byte[], PrivateKey.Type)
          Use importPrivateKey instead. 
org.mozilla.jss.ssl.SSLServerSocket.setNeedClientAuth(boolean)
          As of JSS 3.0. This method is misnamed. Use requestClientAuth instead. 
org.mozilla.jss.ssl.SSLSocket.setNeedClientAuth(boolean)
          As of JSS 3.0. This method is misnamed. Use requestClientAuth instead. 
org.mozilla.jss.ssl.SSLServerSocket.setNeedClientAuthNoExpiryCheck(boolean)
          As of JSS 3.0. This method is misnamed. Use requestClientAuthNoExpiryCheck instead. 
org.mozilla.jss.ssl.SSLSocket.setNeedClientAuthNoExpiryCheck(boolean)
          As of JSS 3.0. This method is misnamed. Use requestClientAuthNoExpiryCheck instead. 
 

Deprecated Constructors
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.