| 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 | Class and Description |
|---|---|
class |
SignatureConfig<S extends SignatureBinary>
|
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureConfigEcDsa<S extends SignatureBinary>
SignatureConfig for Rsa. |
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureConfigRsa
SignatureConfig for Rsa. |
| Modifier and Type | Class and Description |
|---|---|
class |
CryptorConfig
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashConfig
|
| Modifier and Type | Class and Description |
|---|---|
class |
Md5
HashConfig for MD5. |
| Modifier and Type | Class and Description |
|---|---|
class |
Sha1
HashConfig for SHA1. |
| Modifier and Type | Class and Description |
|---|---|
class |
Sha2
HashConfig for SHA-2. |
class |
Sha224
HashConfig for SHA-224. |
class |
Sha256
HashConfig for SHA-256. |
class |
Sha384
HashConfig for SHA-384. |
class |
Sha512
HashConfig for SHA-512. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyConfig
Abstract base class of an
algorithm configuration for dealing with
Keys. |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomConfig
|
class |
RandomConfigSha1Prng
RandomConfig for SHA1PRNG. |
| 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.). |
| Modifier and Type | Class and Description |
|---|---|
class |
SymmetricKeyConfig
KeyConfig for symmetric cryptography. |
| Modifier and Type | Class and Description |
|---|---|
class |
SymmetricKeyConfigPbe
SymmetricKeyConfig for PBE (Password Based Encryption). |
Copyright © 2001–2019 mmm-Team. All rights reserved.