com.ibm.crypto.pkcs11impl.provider
Class DSAPKCS11KeyFactory
- java.lang.Object
-
- java.security.KeyFactorySpi
-
- com.ibm.crypto.pkcs11impl.provider.DSAPKCS11KeyFactory
-
public class DSAPKCS11KeyFactory extends java.security.KeyFactorySpiThis class is a concrete implementaion of key factory for DSA.
-
-
Constructor Summary
Constructors Constructor and Description DSAPKCS11KeyFactory()Constructs a new instance of this class.DSAPKCS11KeyFactory(java.security.Provider provider)Constructs a new instance of this class.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.StringtoHexString(byte[] block)Converts a byte array to hex string
-