Uses of Class
javax.crypto.Mac

Packages that use Mac
javax.crypto This package defines the main JCE 1.2 classes. 
 

Uses of Mac in javax.crypto
 

Methods in javax.crypto that return Mac
static Mac Mac.getInstance(String algorithm)
          Generates an Mac object that implements the specified MAC algorithm.
static Mac Mac.getInstance(String algorithm, String provider)
          Generates an Mac object for the specified MAC algorithm from the specified provider.