Class Summary |
EMSA_PSS |
An implementation of the EMSA-PSS encoding/decoding scheme. |
GnuRSAKey |
A base asbtract class for both public and private RSA keys. |
GnuRSAPrivateKey |
An object that embodies an RSA private key. |
GnuRSAPublicKey |
An object that encapsulates an RSA public key. |
RSA |
Utility methods related to the RSA algorithm. |
RSAKeyPairGenerator |
A key-pair generator for asymetric keys to use in conjunction with the RSA
scheme. |
RSAKeyPairRawCodec |
An object that implements the IKeyPairCodec interface
for the Raw format to use with RSA keypairs. |
RSAPSSSignature |
The RSA-PSS signature scheme is a public-key encryption scheme combining the
RSA algorithm with the Probabilistic Signature Scheme (PSS) encoding
method. |
RSAPSSSignatureRawCodec |
An object that implements the ISignatureCodec
operations for the Raw format to use with RSA-PSS signatures. |