com.ibm.crypto.pkcs11impl.provider
Class GeneralPKCS11Hmac

java.lang.Object
  extended by javax.crypto.MacSpi
      extended by com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11Hmac
All Implemented Interfaces:
java.lang.Cloneable

public final class GeneralPKCS11Hmac
extends javax.crypto.MacSpi
implements java.lang.Cloneable

This class defines the PKCS11 Service Provider Interface (SPI) for the Mac class

Version:
1.0, 18/1/2005

Constructor Summary
GeneralPKCS11Hmac(java.security.Provider provider, java.lang.String algorithm)
          Constructor
 
Method Summary
 
Methods inherited from class javax.crypto.MacSpi
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralPKCS11Hmac

public GeneralPKCS11Hmac(java.security.Provider provider,
                         java.lang.String algorithm)
Constructor

Parameters:
provider - the name of the provider
algorithm - the name of the algorithm - MD5 or SHA-1