Uses of Enum
develop.toolkit.base.utils.CryptAdvice.AES.KeyLength
Packages that use CryptAdvice.AES.KeyLength
-
Uses of CryptAdvice.AES.KeyLength in develop.toolkit.base.utils
Methods in develop.toolkit.base.utils that return CryptAdvice.AES.KeyLengthModifier and TypeMethodDescriptionstatic CryptAdvice.AES.KeyLengthReturns the enum constant of this type with the specified name.static CryptAdvice.AES.KeyLength[]CryptAdvice.AES.KeyLength.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in develop.toolkit.base.utils with parameters of type CryptAdvice.AES.KeyLengthModifier and TypeMethodDescriptionCryptAdvice.AES.createSecretKeyAndIv(CryptAdvice.AES.KeyLength keyLength) 创建密钥和ivCryptAdvice.AES.createSecretKeyAndIvByPassword(CryptAdvice.AES.KeyLength keyLength, String password, String salt) 根据密码创建密钥和iv