Uses of Class
javax.crypto.Mac

Packages that use Mac
iaik.security.ssl   
javax.crypto   
 

Uses of Mac in iaik.security.ssl
 

Methods in iaik.security.ssl that return Mac
protected  Mac SecurityProvider.getMac(java.lang.String algorithm, Key key)
          This method returns the desired HMAC object.
 

Uses of Mac in javax.crypto
 

Methods in javax.crypto that return Mac
static Mac Mac.getInstance(java.lang.String algorithm)
          Returns the default provider MAC object implementation of the specified algorithm.
static Mac Mac.getInstance(java.lang.String algorithm, java.lang.String provider)
          Returns a Mac object for the specified algorithm, implemented by the given provider.