com.ibm.crypto.pkcs11impl.provider
Class GeneralPKCS11KeyFactory

java.lang.Object
  extended by javax.crypto.SecretKeyFactorySpi
      extended by com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyFactory

public final class GeneralPKCS11KeyFactory
extends javax.crypto.SecretKeyFactorySpi

This class implements a general key factory of the IBMPKCS11Impl provider.

Version:
1.0, 13/1/2005

Constructor Summary
GeneralPKCS11KeyFactory(java.security.Provider provider, java.lang.String algorithm)
          Creates the Key factory class 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

GeneralPKCS11KeyFactory

public GeneralPKCS11KeyFactory(java.security.Provider provider,
                               java.lang.String algorithm)
Creates the Key factory class and verifies the JCE framework.

Throws:
java.lang.SecurityException - if fails to verify the JCE framework.