| Modifier and Type | Field and Description |
|---|---|
private RandomFactory |
AbstractCryptoAlgorithmWithRandom.randomFactory |
private RandomFactory |
CryptoAlgorithmImplWithRandom.randomFactory |
| Modifier and Type | Method and Description |
|---|---|
protected RandomFactory |
AbstractCryptoAlgorithmWithRandom.getRandomFactory() |
protected RandomFactory |
CryptoAlgorithmImplWithRandom.getRandomFactory() |
| Constructor and Description |
|---|
AbstractCryptoAlgorithmWithRandom(SecurityProvider provider,
RandomFactory randomFactory)
The constructor.
|
CryptoAlgorithmImplWithRandom(String algorithm,
SecurityProvider provider,
RandomFactory randomFactory)
The constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected RandomFactory |
AsymmetricAccess.randomFactory
The
RandomFactory. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Rsa |
Rsa.of(int keyLength,
HashConfig hashConfig,
RandomFactory randomFactory) |
static Rsa |
Rsa.of(int keyLength,
HashConfig hashConfig,
String hashAlgorithm,
RandomFactory randomFactory,
SecurityProvider provider) |
| Constructor and Description |
|---|
Rsa(SignatureConfigRsa signatureConfig,
AsymmetricCryptorConfig<RSAPrivateKey,RSAPublicKey> cryptorConfig,
RandomFactory randomFactory,
int keyLength,
SecurityProvider provider)
The constructor.
|
| Constructor and Description |
|---|
AsymmetricCryptorFactoryImpl(AsymmetricCryptorConfig<PR,PU> config,
RandomFactory randomFactory)
The constructor.
|
| Constructor and Description |
|---|
AbstractAsymmetricKeyCreator(KeyFactory keyFactory,
int keyLength,
SecurityProvider provider,
RandomFactory randomFactory)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static AsymmetricKeyCreator<PrivateKey,PublicKey,AsymmetricKeyPairGeneric> |
AsymmetricKeyCreatorImpl.of(String algorithm,
int keyLength,
RandomFactory randomFactory) |
static AsymmetricKeyCreator<PrivateKey,PublicKey,AsymmetricKeyPairGeneric> |
AsymmetricKeyCreatorImpl.of(String algorithm,
int keyLength,
SecurityProvider provider,
RandomFactory randomFactory) |
| Constructor and Description |
|---|
AsymmetricKeyCreatorImpl(KeyFactory keyFactory,
int keyLength,
SecurityProvider provider,
AsymmetricKeyPairFactorySimple<PR,PU,PAIR> keyPairFactory,
RandomFactory randomFactory)
The constructor.
|
| Constructor and Description |
|---|
AsymmetricKeyCreatorRsa(int keyLength,
SecurityProvider provider,
RandomFactory randomFactory)
The constructor.
|
| Constructor and Description |
|---|
SignatureProcessorFactoryImpl(SignatureConfig<S> config,
RandomFactory randomFactory)
The constructor.
|
| Constructor and Description |
|---|
CryptorFactoryImpl(SecurityProvider provider,
RandomFactory randomFactory)
The constructor.
|
CryptorImplCipher(RandomFactory randomFactory,
CryptorConfig config,
Key key)
The constructor.
|
DecryptorImplCipher(RandomFactory randomFactory,
CryptorConfig config,
Key key)
The constructor.
|
EncryptorImplCiper(RandomFactory randomFactory,
CryptorConfig config,
Key key)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RandomFactoryImpl
Implementation of
RandomFactory. |
| Modifier and Type | Method and Description |
|---|---|
RandomFactory |
AbstractSecurityGetRandomFactory.getRandomFactory() |
default RandomFactory |
AbstractSecurityGetRandomFactory.getRandomFactoryRequired() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSecuritySetRandomFactory.setRandomFactory(RandomFactory factory) |
| Modifier and Type | Field and Description |
|---|---|
private RandomFactory |
SymmetricAccess.randomFactory |
| Constructor and Description |
|---|
SymmetricCryptorFactoryImpl(SymmetricCryptorConfig config,
RandomFactory randomFactory)
The constructor.
|
Copyright © 2001–2019 mmm-Team. All rights reserved.