| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricCryptorConfig<PR extends PrivateKey,PU extends PublicKey>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricCryptorConfigEcIes<PR extends ECPrivateKey,PU extends ECPublicKey>
AsymmetricCryptorConfig for ECIES (Elliptic Curve Integrated Encryption Scheme). |
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricCryptorConfigRsa
|
| Modifier and Type | Field and Description |
|---|---|
private CryptorConfig |
CryptorImplCipher.config |
| Modifier and Type | Method and Description |
|---|---|
CryptorConfig |
CryptorImplCipher.getConfig() |
abstract CryptorConfig |
CryptorFactoryImpl.getConfig() |
| Constructor and Description |
|---|
CryptorImplCipher(RandomFactory randomFactory,
CryptorConfig config,
Key key)
The constructor.
|
DecryptorImplCipher(RandomFactory randomFactory,
CryptorConfig config,
Key key)
The constructor.
|
EncryptorImplCiper(RandomFactory randomFactory,
CryptorConfig config,
Key key)
The constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private CryptorConfig |
SymmetricAccess.cryptorConfig |
| Modifier and Type | Method and Description |
|---|---|
CryptorConfig |
SymmetricAccess.getCryptorConfig() |
| Constructor and Description |
|---|
SymmetricAccess(SymmetricKeyConfig keyConfig,
CryptorConfig cryptorConfig)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SymmetricCryptorConfig
|
| Modifier and Type | Method and Description |
|---|---|
private static String |
SymmetricCryptorFactoryImpl.getKeyAlgorithm(CryptorConfig config) |
| 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.