PR - type of PrivateKey.PU - type of PublicKey.public class AsymmetricCryptorFactoryImpl<PR extends PrivateKey,PU extends PublicKey> extends CryptorFactoryImpl implements AsymmetricCryptorFactory<PR,PU>
AsymmetricCryptorFactory.| Modifier and Type | Field and Description |
|---|---|
private AsymmetricCryptorConfig<PR,PU> |
config |
provider| Constructor and Description |
|---|
AsymmetricCryptorFactoryImpl(AsymmetricCryptorConfig<PR,PU> config,
RandomFactory randomFactory)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AsymmetricCryptorConfig<PR,PU> |
getConfig() |
getAlgorithm, newDecryptorUnsafe, newEncryptorUnsafecreateSecureRandom, getRandomFactorygetProvidercreationFailedException, creationFailedException, creationFailedException, creationFailedException, getAlgorithm, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitnewDecryptor, newEncryptornewDecryptorUnsafe, newEncryptorUnsafeprivate final AsymmetricCryptorConfig<PR extends PrivateKey,PU extends PublicKey> config
public AsymmetricCryptorFactoryImpl(AsymmetricCryptorConfig<PR,PU> config, RandomFactory randomFactory)
config - the AsymmetricCryptorConfig.randomFactory - the RandomFactory.public AsymmetricCryptorConfig<PR,PU> getConfig()
getConfig in class CryptorFactoryImplCryptorConfig.Copyright © 2001–2019 mmm-Team. All rights reserved.