Uses of Class
javax.crypto.MacSpi

Packages that use MacSpi
iaik.security.mac   
javax.crypto   
 

Uses of MacSpi in iaik.security.mac
 

Subclasses of MacSpi in iaik.security.mac
 class HMac
          This class extends the javax.crypto.MACSpi class for providing the functionality of the HMAC(Keyed-Hashing for Message Authentication) algorithm, as specified in RFC 2104.
 class HMacMd5
          This class implements the HMAC(Keyed-Hashing for Message Authentication) algorithm as defined in RFC 2104 with MD5 as message digest algorithm.
 class HMacSha
          This class implements the HMAC(Keyed-Hashing for Message Authentication) algorithm as defined in RFC 2104 with Secure Hash Algorithm as message digest algorithm.
 

Uses of MacSpi in javax.crypto
 

Constructors in javax.crypto with parameters of type MacSpi
Mac.Mac(MacSpi macSpi, Provider provider, java.lang.String algorithm)
          Creates a MAC object.