| Package | Description |
|---|---|
| cz.d1x.dxcrypto.encryption |
| Modifier and Type | Method and Description |
|---|---|
static AESBuilder |
EncryptionAlgorithms.aes(byte[] keyPassword)
Creates a new builder for AES encryption algorithm.
|
static AESBuilder |
EncryptionAlgorithms.aes(CryptoKeyFactory customKeyFactory)
Crates a new builder for AES encryption algorithm.
|
static AESBuilder |
EncryptionAlgorithms.aes(String keyPassword)
Creates a new builder for AES encryption algorithm.
|
Copyright © 2014. All rights reserved.