|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.crypto.CipherSpi
com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11Cipher
public class GeneralPKCS11Cipher
This class is the generic interface that calls the PKCS11Cipher class using parameters to do the actual encryption/decryption using a PKCS11 interface. PKCS11 supports ECB and CBC with padding.
Constructor Summary | |
---|---|
GeneralPKCS11Cipher(java.security.Provider provider,
java.lang.String algorithm)
Creates an instance of the cipher with default ECB mode. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneralPKCS11Cipher(java.security.Provider provider, java.lang.String algorithm)
java.lang.SecurityException
- if this constructor fails to authenticate the JCE
framework.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |