public class RSAEngineFactory
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected static boolean |
shouldUseNative |
| Constructor | Description |
|---|---|
RSAEngineFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
static org.bouncycastle.crypto.engines.RSAEngine |
make() |
Create the
RSAEngine implementation using the best possible optimization. |