Deprecated API

Deprecated Classes
com.ibm.security12.java.security.Identity
          This class is no longer used. Its functionality has been replaced by com.ibm.security12.java.security.KeyStore, the com.ibm.security12.java.security.cert package, and com.ibm.security12.java.security.Principal. 
com.ibm.security12.java.security.IdentityScope
          This class is no longer used. Its functionality has been replaced by com.ibm.security12.java.security.KeyStore, the com.ibm.security12.java.security.cert package, and com.ibm.security12.java.security.Principal. 
 

Deprecated Exceptions
com.ibm.security12.sun.security.x509.CertException
          use one of Exceptions defined in the java.security.cert package. 
 

Deprecated Fields
com.ibm.security12.java.lang.SecurityManager12.inCheck
          This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. 
 

Deprecated Methods
com.ibm.security12.sun.security.x509.X500Name.emit(DerOutputStream)
          Use encode() instead 
com.ibm.security12.java.security.SignatureSpi.engineGetParameter(String)
            
com.ibm.security12.sun.security.provider.DSA.engineGetParameter(String)
            
com.ibm.security12.java.security.SignatureSpi.engineSetParameter(String, Object)
          Replaced by engineSetParameter. 
com.ibm.security12.sun.security.provider.DSA.engineSetParameter(String, Object)
            
com.ibm.security12.sun.security.x509.AlgorithmId.getAlgorithmId(String)
          use the short get form of this method. 
com.ibm.security12.java.security.Security.getAlgorithmProperty(String, String)
          This method used to return the value of a proprietary property in the master file of the "SUN" Cryptographic Service Provider in order to determine how to parse algorithm-specific parameters. Use the new provider-based and algorithm-independent AlgorithmParameters and KeyFactory engine classes (introduced in JDK 1.2) instead. 
com.ibm.security12.java.security.Signature.getParameter(String)
            
com.ibm.security12.sun.security.x509.CertAndKeyGen.getSelfCert(X500Name, long)
          Use the new  
com.ibm.security12.sun.applet.AppletPanel.minimumSize()
          As of JDK version 1.1, replaced by getMinimumSize(). 
com.ibm.security12.sun.applet.AppletPanel.preferredSize()
          As of JDK version 1.1, replaced by getPreferredSize(). 
com.ibm.security12.java.security.Signature.setParameter(String, Object)
          Use setParameter. 
 

Deprecated Constructors
com.ibm.security12.sun.security.x509.AlgorithmId()
          use one of the other constructors.