| 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 |
AbstractGetCryptorFactory<C extends CryptorFactory>
Abstract interface to
get the CryptorFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
CryptorFactoryImpl
The implementation of
CryptorFactory based on Cipher. |
| 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.