PR - type of PrivateKey.PU - type of PublicKey.public abstract class AsymmetricCryptorConfig<PR extends PrivateKey,PU extends PublicKey> extends CryptorConfig
algorithmprovider| Constructor and Description |
|---|
AsymmetricCryptorConfig(CipherTransformation transformation,
int nonceSize,
SecurityProvider provider)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBidirectional() |
getNonceSize, getTransformation, isCreateRandomNoncegetAlgorithmgetProviderpublic AsymmetricCryptorConfig(CipherTransformation transformation, int nonceSize, SecurityProvider provider)
transformation - the transfomation for the Cipher.nonceSize - the nonce size.provider - the SecurityProvider.Copyright © 2001–2019 mmm-Team. All rights reserved.