Deprecated API


Deprecated Classes

Class and Description
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

Method and Description
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.DESedePKCS11KeyParameterSpec.getEncrypt()
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getEncrypt()
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getExtractable()
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getExtractable()
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getKeyID()
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getKeyID()
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getKeyType()
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getKeyType()
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getLabel()
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getLabel()
com.ibm.crypto.pkcs11impl.module.PKCS11Principal.getName()
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getSensitive()
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getSensitive()
com.ibm.crypto.pkcs11impl.module.PKCS11Principal.getSessionManager()
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getToken()
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.getToken()
com.ibm.crypto.pkcs11impl.provider.DESedePKCS11KeyParameterSpec.getWrap()
com.ibm.crypto.pkcs11impl.provider.DESPKCS11KeyParameterSpec.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

Constructor and Description
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, SessionManager)