Deprecated API


Contents
Deprecated Interfaces
com.ibm.crypto.pkcs11impl.provider.PKCS11DESedeKey
          Use PKCS11SecretKey instead. 
com.ibm.crypto.pkcs11impl.provider.PKCS11DESKey
          Use PKCS11SecretKey instead. 
 

Deprecated Classes
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec
          Use GeneralPKCS11KeyParameterSpec instead. 
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec
          Use GeneralPKCS11KeyParameterSpec instead. 
com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule
            
com.ibm.crypto.pkcs11impl.module.PKCS11Principal
            
 

Deprecated Methods
com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule.abort()
            
com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule.commit()
            
com.ibm.crypto.pkcs11impl.module.PKCS11Principal.equals(Object)
            
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getEncrypt()
            
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getEncrypt()
            
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getExtractable()
            
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getExtractable()
            
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getKeyID()
            
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getKeyID()
            
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getKeyType()
            
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getKeyType()
            
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getLabel()
            
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getLabel()
            
com.ibm.crypto.pkcs11impl.module.PKCS11Principal.getName()
            
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getSensitive()
            
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getSensitive()
            
com.ibm.crypto.pkcs11impl.module.PKCS11Principal.getSession()
            
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getToken()
            
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getToken()
            
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getWrap()
            
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getWrap()
            
com.ibm.crypto.pkcs11impl.module.PKCS11Principal.hashCode()
            
com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule.initialize(Subject, CallbackHandler, Map, Map)
            
com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule.login()
            
com.ibm.crypto.pkcs11impl.module.PKCS11LoginModule.logout()
            
com.ibm.crypto.pkcs11impl.module.PKCS11Principal.toString()
            
 

Deprecated Constructors
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec(String, String)
            
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec(String, String, Boolean, Boolean, Boolean, Boolean, Boolean)
            
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec(String, String)
            
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec(String, String, Boolean, Boolean, Boolean, Boolean, Boolean)
            
com.ibm.crypto.pkcs11impl.module.PKCS11Principal(String, PKCS11Session)