com.ibm.crypto.pkcs11impl.provider
Class DSAPKCS11KeyFactory

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

public class DSAPKCS11KeyFactory
extends java.security.KeyFactorySpi

This class is a concrete implementaion of key factory for DSA.


Constructor Summary
DSAPKCS11KeyFactory()
          Constructs a new instance of this class.
DSAPKCS11KeyFactory(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

DSAPKCS11KeyFactory

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


DSAPKCS11KeyFactory

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