| Modifier and Type | Field and Description |
|---|---|
protected AsymmetricCryptorConfig<PR,PU> |
AsymmetricAccess.cryptorConfig
|
| Modifier and Type | Method and Description |
|---|---|
AsymmetricCryptorConfig<PR,PU> |
AsymmetricAccess.getCryptorConfig() |
| Constructor and Description |
|---|
AsymmetricAccess(SignatureConfig<S> signatureConfig,
AsymmetricCryptorConfig<PR,PU> cryptorConfig,
RandomFactory randomFactory)
The constructor.
|
AsymmetricAccess(SignatureConfig<S> signatureConfig,
SignatureProcessorFactory<S,PR,PU> signatureFactory,
AsymmetricCryptorConfig<PR,PU> cryptorConfig,
RandomFactory randomFactory)
The constructor.
|
| Constructor and Description |
|---|
Rsa(SignatureConfigRsa signatureConfig,
AsymmetricCryptorConfig<RSAPrivateKey,RSAPublicKey> cryptorConfig,
RandomFactory randomFactory,
int keyLength,
SecurityProvider provider)
The constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private AsymmetricCryptorConfig<PR,PU> |
AsymmetricCryptorFactoryImpl.config |
| Modifier and Type | Method and Description |
|---|---|
AsymmetricCryptorConfig<PR,PU> |
AsymmetricCryptorFactoryImpl.getConfig() |
| Constructor and Description |
|---|
AsymmetricCryptorFactoryImpl(AsymmetricCryptorConfig<PR,PU> config,
RandomFactory randomFactory)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricCryptorConfigEcIes<PR extends ECPrivateKey,PU extends ECPublicKey>
AsymmetricCryptorConfig for ECIES (Elliptic Curve Integrated Encryption Scheme). |
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricCryptorConfigRsa
|
Copyright © 2001–2019 mmm-Team. All rights reserved.