| 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 |
SignatureProcessorFactory<S extends SignatureBinary,PR extends PrivateKey,PU extends PublicKey>
|
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureProcessorFactoryImpl<S extends SignatureBinary,PR extends PrivateKey,PU extends PublicKey>
Default implementation of
SignatureProcessorFactory based on Signature. |
class |
SignatureProcessorFactoryImplCryptorWithHash<PR extends PrivateKey,PU extends PublicKey>
|
class |
SignatureProcessorFactoryImplWithHash<S extends SignatureBinary,PR extends PrivateKey,PU extends PublicKey>
|
| Modifier and Type | Field and Description |
|---|---|
private SignatureFactory<S> |
SignatureSignerImpl.factory |
private SignatureFactory<S> |
SignatureConfig.signatureFactory |
| Modifier and Type | Method and Description |
|---|---|
SignatureFactory<S> |
SignatureConfig.getSignatureFactory() |
| Constructor and Description |
|---|
SignatureConfig(SignatureFactory<S> signatureFactory,
HashConfig hashConfig,
String signingAlgorithm,
SecurityProvider provider)
The constructor.
|
SignatureConfig(SignatureFactory<S> signatureFactory,
HashConfig hashConfig,
String signingAlgorithm,
String hashAlgorithm,
SecurityProvider provider)
The constructor.
|
SignatureConfig(SignatureFactory<S> signatureFactory,
SignatureAlgorithm signatureAlgorithm,
HashConfig hashConfig,
SecurityProvider provider) |
SignatureSignerImpl(Signature signature,
SignatureFactory<S> factory)
The constructor.
|
| Constructor and Description |
|---|
SignatureConfigEcDsa(SignatureFactory<S> signatureFactory,
HashConfig hashConfig,
SecurityProvider provider)
The constructor.
|
SignatureConfigEcDsa(SignatureFactory<S> signatureFactory,
HashConfig hashConfig,
String hashAlgorithm,
SecurityProvider provider)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureFactoryGeneric
Implementation of
SignatureFactory for SignatureGeneric. |
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureFactoryRsa
Implementation of
SignatureFactory for SignatureRsa. |
Copyright © 2001–2019 mmm-Team. All rights reserved.