| 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 | Class and Description |
|---|---|
class |
CertificateAccess
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashAccess
CryptoAccess for HashFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyStoreAccess
|
class |
KeyStoreAccessPkcs12
KeyStoreAccess for PKCS#12. |
| 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). |
Copyright © 2001–2019 mmm-Team. All rights reserved.