com.ibm.crypto.pkcs11impl.provider
Class GeneralPKCS11KeyGenerator

java.lang.Object
  extended by javax.crypto.KeyGeneratorSpi
      extended by com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyGenerator

public final class GeneralPKCS11KeyGenerator
extends javax.crypto.KeyGeneratorSpi

This class generates a PKCS11 key.

Version:
1.0, 14/1/2005

Constructor Summary
GeneralPKCS11KeyGenerator(java.security.Provider provider, java.lang.String algorithm)
          Creates a 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

GeneralPKCS11KeyGenerator

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

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