Uses of Class
pro.horde.os.cutils.security.AES
-
Packages that use AES Package Description pro.horde.os.cutils.security -
-
Uses of AES in pro.horde.os.cutils.security
Methods in pro.horde.os.cutils.security that return AES Modifier and Type Method Description static <T> AES<T>AES. init()This initiates encryption with default algorithm type and encryption key.static <T> AES<T>AES. init(String encryptionKey)This initiates encryption with the default:SHA-256.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.
-