Enum Class的使用
org.cattleframework.security.crypto.constant.PaddingType
使用PaddingType的程序包
-
org.cattleframework.security.crypto中PaddingType的使用
修饰符和类型方法说明static byte[]CommonCryptoUtils.decryptCbc(CommonCryptoType cryptoType, byte[] encryptData, byte[] key, byte[] iv, PaddingType paddingType) static byte[]CommonCryptoUtils.decryptEcb(CommonCryptoType cryptoType, byte[] encryptData, byte[] key, PaddingType paddingType) static byte[]CommonCryptoUtils.encryptCbc(CommonCryptoType cryptoType, byte[] data, byte[] key, byte[] iv, PaddingType paddingType) static byte[]CommonCryptoUtils.encryptEcb(CommonCryptoType cryptoType, byte[] data, byte[] key, PaddingType paddingType) static byte[]CommonCryptoUtils.generateIv(CommonCryptoType cryptoType, PaddingType paddingType) static byte[]SmUtils.generateSm4Iv(PaddingType paddingType) static byte[]SmUtils.sm4DecryptCbc(byte[] encryptData, byte[] key, byte[] iv, PaddingType paddingType) static byte[]SmUtils.sm4DecryptEcb(byte[] encryptData, byte[] key, PaddingType paddingType) static byte[]SmUtils.sm4EncryptCbc(byte[] data, byte[] key, byte[] iv, PaddingType paddingType) static byte[]SmUtils.sm4EncryptEcb(byte[] data, byte[] key, PaddingType paddingType) -
org.cattleframework.security.crypto.constant中PaddingType的使用
修饰符和类型方法说明static PaddingTypeReturns the enum constant of this class with the specified name.static PaddingType[]PaddingType.values()Returns an array containing the constants of this enum class, in the order they are declared.