Enum Class的使用
org.anyline.util.encrypt.AESUtil.CIPHER
使用AESUtil.CIPHER的程序包
-
org.anyline.util.encrypt中AESUtil.CIPHER的使用
修饰符和类型方法说明static AESUtil.CIPHERReturns the enum constant of this class with the specified name.static AESUtil.CIPHER[]AESUtil.CIPHER.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为AESUtil.CIPHER的org.anyline.util.encrypt中的方法修饰符和类型方法说明static StringAESUtil.decrypt(AESUtil.CIPHER cipher, String password, String content) static StringAESUtil.decrypt(AESUtil.CIPHER cipher, String password, String vector, String content) AES 解密操作static StringAESUtil.encrypt(AESUtil.CIPHER cipher, String password, String content) AES 加密操作