Uses of Class
pro.horde.os.cutils.security.AES.Algorithm
-
Packages that use AES.Algorithm Package Description pro.horde.os.cutils.security -
-
Uses of AES.Algorithm in pro.horde.os.cutils.security
Methods in pro.horde.os.cutils.security that return AES.Algorithm Modifier and Type Method Description static AES.AlgorithmAES.Algorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static AES.Algorithm[]AES.Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pro.horde.os.cutils.security with parameters of type AES.Algorithm Modifier and Type Method Description static <T> AES<T>AES. init(AES.Algorithm algorithm)This initiates encryption with the specified algorithm type.static <T> AES<T>AES. init(AES.Algorithm algorithm, String encryptionKey)This initiates encryption with the specified algorithm type and encryption key.
-