com.ibm.crypto.pkcs11impl.provider
Class DHPKCS11KeyFactory

java.lang.Object
  extended by java.security.KeyFactorySpi
      extended by com.ibm.crypto.pkcs11impl.provider.DHPKCS11KeyFactory

public final class DHPKCS11KeyFactory
extends java.security.KeyFactorySpi

This class implements the Diffie-Hellman key factory of the IBMPKCS11Impl provider.

Version:
1.0, 19.1.2005

Constructor Summary
DHPKCS11KeyFactory(java.security.Provider provider)
          Creates the Diffie-Hellman Key factory object
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHPKCS11KeyFactory

public DHPKCS11KeyFactory(java.security.Provider provider)
Creates the Diffie-Hellman Key factory object

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