JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
org.panteleyev.commons.crypto.AES
Packages that use
AES
Package
Description
org.panteleyev.commons.crypto
AES256 encryption.
Uses of
AES
in
org.panteleyev.commons.crypto
Methods in
org.panteleyev.commons.crypto
that return
AES
Modifier and Type
Method
Description
static
AES
AES.
aes
(
Function
<
String
,
byte[]> keyGen)
Return AES instance with specified key generation function.
static
AES
AES.
aes256
()
Return AES instance with default 256-bit key generation function.