| 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 |
AsymmetricKeyCreatorFactory<K extends AsymmetricKeyCreator<?,?,?>>
Interface for a
factory to create instances of
KeyCreator for asymmetric cryptographic keys.An instance of AsymmetricKeyCreatorFactory therefore represents a configuration with specific
Key algorithm and format(s). |
| 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 |
SymmetricKeyCreatorFactory<C extends SymmetricKeyCreator<?>>
Interface for a
factory to create instances of
SymmetricKeyCreator for symmetric cryptographic keys.An instance of SymmetricKeyCreatorFactory therefore represents a configuration with specific
Key algorithm and format(s). |
Copyright © 2001–2019 mmm-Team. All rights reserved.