com.ibm.crypto.pkcs11impl.provider
Class RSACipher

java.lang.Object
  extended by javax.crypto.CipherSpi
      extended by com.ibm.crypto.pkcs11impl.provider.RSACipher

public final class RSACipher
extends javax.crypto.CipherSpi

This class implements the RSA cipher using PKCS11. This algorithm is implemented in two padding schemes: PKCS and no padding.


Constructor Summary
RSACipher(java.security.Provider provider)
          Creates an instance of RSA cipher with default PKCS Padding and verifies the JCE framework.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSACipher

public RSACipher(java.security.Provider provider)
Creates an instance of RSA cipher with default PKCS Padding and verifies the JCE framework.

Throws:
java.lang.SecurityException - if this constructor fails to authenticate the JCE framework.