|
Class Summary |
| MeRSA |
This class implements the Multi-Exponent RSA algorithm in the OAEP (Optimal
Asymmetric Encryption Padding) mode. |
| MeRSAKeyFactory |
This class is able to transform MeRSA-keys and MeRSA-key specs into a form
that can be used with the FlexiProvider. |
| MeRSAKeyGenParameterSpec |
This class specifies parameters used by the MeRSAKeyPairGenerator. |
| MeRSAKeyPairGenerator |
This class is used to generate key pairs for the multi-exponent RSA
algorithms. |
| MeRSAOperations |
This class implements the MultiExponentRSA primitives for
encrypting/verifying and decrypting/signing. |
| MeRSAPrivateKey |
This class implements the MeRSAPrivateKey interface. |
| MeRSAPrivateKeySpec |
|
| MeRSASignaturePSS |
MeRSASSA-PSS (MeRSA Signature Scheme with Appendix - Probabilistic Signature
Scheme) is an asymmetric signature scheme with appendix combining the MeRSA
algorithm with the PSS encoding method. |