| Package | Description |
|---|---|
| org.rapidoid.crypto |
| Modifier and Type | Method and Description |
|---|---|
static CryptoKey |
CryptoKey.from(char[] password) |
static CryptoKey |
Crypto.getSecretKey() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
AESCypherTool.decrypt(byte[] input,
CryptoKey key) |
static byte[] |
Crypto.decrypt(byte[] data,
CryptoKey key) |
byte[] |
AESCypherTool.encrypt(byte[] input,
CryptoKey key) |
static byte[] |
Crypto.encrypt(byte[] data,
CryptoKey key) |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.