com.ibm.crypto.pkcs11impl.provider
Class RSAPKCS11KeyFactory

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

public final class RSAPKCS11KeyFactory
extends java.security.KeyFactorySpi

This class implements the RSA key factory of the IBM PKCS11 provider.


Constructor Summary
RSAPKCS11KeyFactory()
          Constructs a new instance of this class.
RSAPKCS11KeyFactory(java.security.Provider provider)
          Constructs a new instance of this class.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAPKCS11KeyFactory

public RSAPKCS11KeyFactory(java.security.Provider provider)
Constructs a new instance of this class.


RSAPKCS11KeyFactory

public RSAPKCS11KeyFactory()
Constructs a new instance of this class.