public interface RSAEngineFactory
| Modifier and Type | Method and Description |
|---|---|
EncryptionEngine |
newEngine(BigInteger modulus,
BigInteger publicExponent,
BigInteger privateExponent)
Creates a new encryption engine.
|
EncryptionEngine newEngine(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent)
modulus - modulus of RSA keyspublicExponent - exponent of public RSA keyprivateExponent - exponent of private RSA keyCopyright © 2016. All rights reserved.