| Package | Description |
|---|---|
| net.sf.mmm.crypto.symmetric.access.pbe | |
| net.sf.mmm.crypto.symmetric.crypt | |
| net.sf.mmm.crypto.symmetric.crypt.aes |
| Constructor and Description |
|---|
PbeAccess(SymmetricKeyConfigPbe keyConfig,
SymmetricCryptorConfig cryptorConfig)
The constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private SymmetricCryptorConfig |
SymmetricCryptorFactoryImpl.config |
| Modifier and Type | Method and Description |
|---|---|
SymmetricCryptorConfig |
SymmetricCryptorFactoryImpl.getConfig() |
| Constructor and Description |
|---|
SymmetricCryptorFactoryImpl(SymmetricCryptorConfig config,
RandomFactory randomFactory)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SymmetricCryptorConfigAes
SecurityCryptorAlgorithmSymmetricConfig for
AES.
Attention: JCA/JCE is buggy (creates a nonce of 12 on encryption but expects 16 bytes nonce on decryption, etc.). |
Copyright © 2001–2019 mmm-Team. All rights reserved.