public class BouncyCastleRSAEngineFactory extends Object implements AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams>
EncryptionEngine implementation for RSA algorithm from Bouncy Castle.| Constructor and Description |
|---|
BouncyCastleRSAEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionEngine |
newEngine(RSAKeyParams publicKey,
RSAKeyParams privateKey) |
public EncryptionEngine newEngine(RSAKeyParams publicKey, RSAKeyParams privateKey)
newEngine in interface AsymmetricEncryptionEngineFactory<RSAKeyParams,RSAKeyParams>Copyright © 2016. All rights reserved.