| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricAccess<S extends SignatureBinary,PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>,KC extends AsymmetricKeyCreator<PR,PU,PAIR>>
Abstract base implementation of factory for
key management,
encryption/decryption, and signature management based on asymmetric
cryptography. |
| Modifier and Type | Class and Description |
|---|---|
class |
Rsa
Direct builder for RSA (Ron Rivest, Adi Shamir and Leonard Adleman) used by PGP/GPG and many others.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsymmetricCryptorFactory<PR extends PrivateKey,PU extends PublicKey>
Extends
CryptorFactory for asymmetric encryption and decryption. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricCryptorFactoryImpl<PR extends PrivateKey,PU extends PublicKey>
Implementation of
AsymmetricCryptorFactory. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CryptorFactory
|
| Modifier and Type | Class and Description |
|---|---|
class |
CryptorFactoryImpl
The implementation of
CryptorFactory based on Cipher. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HashFactory
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashConfig
|
class |
HashFactoryCombined
The implementation of
HashFactory that combines multiple HashFactory instances by
sequentially applying the hashes. |
| Modifier and Type | Class and Description |
|---|---|
class |
HashAccess
CryptoAccess for HashFactory. |
| 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 | Interface and Description |
|---|---|
interface |
RandomFactory
Interface for a
factory to create instances of
RandomCreator for secure random values.An instance of RandomFactory therefore represents a configuration with specific
algorithm. |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomFactoryImpl
Implementation of
RandomFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
SymmetricAccess<K extends SecretKey>
Abstract base implementation of factory for
key management and
encryption/decryption based on
symmetric cryptography. |
| Modifier and Type | Class and Description |
|---|---|
class |
PbeAccess
SymmetricAccess for PBE (Password Based Encryption). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SymmetricCryptorFactory<K extends SecretKey>
Extends
CryptorFactory for symmetric encryption and decryption. |
| Modifier and Type | Class and Description |
|---|---|
class |
SymmetricCryptorFactoryImpl<K extends SecretKey>
Implementation of
SymmetricCryptorFactory. |
Copyright © 2001–2019 mmm-Team. All rights reserved.