com.ibm.crypto.pkcs11impl.provider
Class PKCS11SHA1withDSASingle

java.lang.Object
  extended by java.security.SignatureSpi
      extended by com.ibm.crypto.pkcs11impl.provider.PKCS11SHA1withDSASingle

public final class PKCS11SHA1withDSASingle
extends java.security.SignatureSpi

This class is the interface that calls the Signature class using parameters to do the actually signature or signature verification.


Constructor Summary
PKCS11SHA1withDSASingle()
          Construct a blank DSA object.
PKCS11SHA1withDSASingle(java.security.Provider provider)
          Construct a blank DSA object.
 
Method Summary
 
Methods inherited from class java.security.SignatureSpi
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKCS11SHA1withDSASingle

public PKCS11SHA1withDSASingle(java.security.Provider provider)
                        throws java.security.NoSuchAlgorithmException,
                               java.security.NoSuchProviderException
Construct a blank DSA object. It must be initialized before being usable for signing or verifying.

Throws:
java.security.NoSuchAlgorithmException
java.security.NoSuchProviderException

PKCS11SHA1withDSASingle

public PKCS11SHA1withDSASingle()
                        throws java.security.NoSuchAlgorithmException,
                               java.security.NoSuchProviderException
Construct a blank DSA object. It must be initialized before being usable for signing or verifying.

Throws:
java.security.NoSuchAlgorithmException
java.security.NoSuchProviderException