public final class AsymmetricCryptorConfigRsa extends AsymmetricCryptorConfig<RSAPrivateKey,RSAPublicKey>
| Modifier and Type | Field and Description |
|---|---|
static AsymmetricCryptorConfigRsa |
RSA
The signleton instance.
|
algorithmprovider| Constructor and Description |
|---|
AsymmetricCryptorConfigRsa()
The constructor.
|
AsymmetricCryptorConfigRsa(SecurityProvider provider)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBidirectional() |
getNonceSize, getTransformation, isCreateRandomNoncegetAlgorithmgetProviderpublic static final AsymmetricCryptorConfigRsa RSA
public AsymmetricCryptorConfigRsa()
public AsymmetricCryptorConfigRsa(SecurityProvider provider)
provider - the SecurityProvider.public boolean isBidirectional()
isBidirectional in class AsymmetricCryptorConfig<RSAPrivateKey,RSAPublicKey>true if the underlying asymmetric encryption algorithm is bidirectional and also allows to encrypt
with private key and decrypt with public key (like e.g. RSA), false otherwise (default).Copyright © 2001–2019 mmm-Team. All rights reserved.