com.ibm.crypto.pkcs11impl.provider

Class GeneralPKCS11Hmac

  • java.lang.Object
    • javax.crypto.MacSpi
      • 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

      Constructors 
      Constructor and Description
      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

© Portions Copyright 2003, 2017 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2017, Oracle and/or its affiliates. All rights reserved.