com.ibm.crypto.pkcs11impl.provider
Class PKCS11SSLHashingwithRSA
- java.lang.Object
-
- java.security.SignatureSpi
-
- com.ibm.crypto.pkcs11impl.provider.PKCS11SSLHashingwithRSA
-
public final class PKCS11SSLHashingwithRSA extends java.security.SignatureSpiThis class is the interface that calls the Signature class using parameters to do the actually signature or signature verification.
-
-
Constructor Summary
Constructors Constructor and Description PKCS11SSLHashingwithRSA()Construct a blank RSA object.PKCS11SSLHashingwithRSA(java.security.Provider provider)Construct a blank RSA object.
-
-
-
Constructor Detail
-
PKCS11SSLHashingwithRSA
public PKCS11SSLHashingwithRSA(java.security.Provider provider) throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderExceptionConstruct a blank RSA object. It must be initialized before being usable for signing or verifying.- Throws:
java.security.NoSuchAlgorithmExceptionjava.security.NoSuchProviderException
-
PKCS11SSLHashingwithRSA
public PKCS11SSLHashingwithRSA() throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderExceptionConstruct a blank RSA object. It must be initialized before being usable for signing or verifying.- Throws:
java.security.NoSuchAlgorithmExceptionjava.security.NoSuchProviderException
-
-