Uses of Class
javax.crypto.Mac
-
Packages that use Mac 软件包 描述 javax.crypto 提供加密操作的类和接口。 -
-
Uses of Mac in javax.crypto
Methods in javax.crypto that return Mac Modifier and Type 方法 描述 static MacMac. getInstance(String algorithm)返回实现指定MAC算法的Mac对象。static MacMac. getInstance(String algorithm, String provider)返回实现指定MAC算法的Mac对象。static MacMac. getInstance(String algorithm, Provider provider)返回实现指定MAC算法的Mac对象。
-