| Class | Description |
|---|---|
| RSAEngineFactory |
One-stop shop to create an new RSA engine (which implementation may vary).
|
| RSAKeyPair |
The inner parameters of RSA key pair.
|
| RSAOAEPDigestFactory |
Among OAEP configuration options, two ones cover the hash functions
used for the primary hash and for the MGF.
|
| RSAOAEPPrivateKey |
The Private Key for RSA asymmetric algorithm used together with OAEP padding.
|
| RSAOAEPPublicKey |
The Public Key for RSA asymmetric algorithm used together with OAEP padding.
|
| RSAOAEPTestVectors |
The container of test vectors from RSA OAEP specification.
|
| UnikeyFactory |
The class capable of serialization and deserialization of
RSAOAEPPrivateKey to BOSS format and back,
to support the .unikey file format. |
| VecRand |
Created by amyodov on 21.04.16.
|