JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
org.miaixz.bus.crypto.center.SM4
Packages that use
SM4
Package
Description
org.miaixz.bus.crypto
加密解密模块,实现了对JDK中加密解密算法的封装。
Uses of
SM4
in
org.miaixz.bus.crypto
Methods in
org.miaixz.bus.crypto
that return
SM4
Modifier and Type
Method
Description
static
SM4
Builder.
sm4
()
SM4加密,生成随机KEY。
static
SM4
Builder.
sm4
(byte[] key)
SM4加密 例: