Package | Description |
---|---|
cn.hutool.crypto.digest.mac |
HMAC,全称为“Hash Message Authentication Code”,中文名“散列消息鉴别码”
主要是利用哈希算法,以一个密钥和一个消息为输入,生成一个消息摘要作为输出。 |
Modifier and Type | Class and Description |
---|---|
class |
SM4MacEngine
SM4算法的MAC引擎实现
|
Modifier and Type | Method and Description |
---|---|
CBCBlockCipherMacEngine |
CBCBlockCipherMacEngine.init(org.bouncycastle.crypto.BlockCipher cipher,
org.bouncycastle.crypto.CipherParameters params)
初始化
|
Copyright © 2024. All rights reserved.