public class RSACryptoEngineFactory extends Object implements RSAEngineFactory
EncryptionEngine implementation for RSA algorithm.| Constructor and Description |
|---|
RSACryptoEngineFactory(String algorithmName) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionEngine |
newEngine(BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent)
Creates a new encryption engine.
|
public RSACryptoEngineFactory(String algorithmName)
public EncryptionEngine newEngine(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent)
RSAEngineFactorynewEngine in interface RSAEngineFactorymodulus - modulus of RSA keyspublicExponent - exponent of public RSA keyprivateExponent - exponent of private RSA keyCopyright © 2016. All rights reserved.