Uses of Interface
org.miaixz.bus.crypto.Cipher.Parameters
Packages that use Cipher.Parameters
Package
Description
加密解密模块,实现了对JDK中加密解密算法的封装。
入口为Builder或加密算法类,例如:
cipher相关封装
-
Uses of Cipher.Parameters in org.miaixz.bus.crypto
Methods in org.miaixz.bus.crypto with parameters of type Cipher.ParametersModifier and TypeMethodDescriptionvoidCipher.init(org.miaixz.bus.core.lang.Algorithm.Type mode, Cipher.Parameters parameters) 初始化模式和参数 -
Uses of Cipher.Parameters in org.miaixz.bus.crypto.cipher
Classes in org.miaixz.bus.crypto.cipher that implement Cipher.ParametersModifier and TypeClassDescriptionstatic classBouncyCastle库的CipherParameters封装static classJCE的AlgorithmParameterSpec参数包装Methods in org.miaixz.bus.crypto.cipher with parameters of type Cipher.ParametersModifier and TypeMethodDescriptionvoidBCCipher.init(org.miaixz.bus.core.lang.Algorithm.Type mode, Cipher.Parameters parameters) voidJceCipher.init(org.miaixz.bus.core.lang.Algorithm.Type mode, Cipher.Parameters parameters)