Uses of Class
org.miaixz.bus.crypto.center.Mac

Packages that use Mac
Package
Description
加密解密模块,实现了对JDK中加密解密算法的封装。
  • Uses of Mac in org.miaixz.bus.crypto.center

    Modifier and Type
    Class
    Description
    class 
    HMAC摘要算法 HMAC,全称为“Hash Message Authentication Code”,中文名“散列消息鉴别码” 主要是利用哈希算法,以一个密钥和一个消息为输入,生成一个消息摘要作为输出。