| 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 | Interface and Description |
|---|---|
interface |
AbstractDecryptor
Abstract implementation of
Decryptor. |
interface |
AbstractEncryptor
Abstract implementation of
Encryptor. |
interface |
Cryptor
The abstract interface for an encryption or decryption function of an cryptographic algorithm.
|
interface |
Decryptor
Extends
Cryptor with methods specific for decryption. |
interface |
Encryptor
Extends
Cryptor with methods specific for encryption. |
| Modifier and Type | Class and Description |
|---|---|
class |
CryptorConfig
|
class |
CryptorImplCipher
|
class |
CryptorImplCombined
|
class |
DecryptorImplCipher
|
class |
DecryptorImplCombined
|
class |
EncryptorImplCiper
|
class |
EncryptorImplCombined
|
| Modifier and Type | Class and Description |
|---|---|
class |
SymmetricCryptorConfig
|
| 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.