Uses of Class
javax.crypto.Mac
Packages that use Mac
-
Uses of Mac in javax.crypto
Methods in javax.crypto that return MacModifier and TypeMethodDescriptionstatic final Mac
Mac.getInstance
(String algorithm) Returns aMac
object that implements the specified MAC algorithm.static final Mac
Mac.getInstance
(String algorithm, String provider) Returns aMac
object that implements the specified MAC algorithm.static final Mac
Mac.getInstance
(String algorithm, Provider provider) Returns aMac
object that implements the specified MAC algorithm.