Enum Class的使用
org.cattleframework.security.crypto.constant.CommonCryptoType
使用CommonCryptoType的程序包
-
org.cattleframework.security.crypto中CommonCryptoType的使用
修饰符和类型方法说明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.generateCryptoKey(CommonCryptoType cryptoType, int keySize) static byte[]CommonCryptoUtils.generateIv(CommonCryptoType cryptoType, PaddingType paddingType) static SecretKeyCommonCryptoUtils.generateSecretKey(CommonCryptoType cryptoType, int keySize) static SecretKeyCommonCryptoUtils.getSecretKey(CommonCryptoType cryptoType, byte[] key) -
org.cattleframework.security.crypto.constant中CommonCryptoType的使用
修饰符和类型方法说明static CommonCryptoTypeReturns the enum constant of this class with the specified name.static CommonCryptoType[]CommonCryptoType.values()Returns an array containing the constants of this enum class, in the order they are declared.