#include <RSA.h>
Inheritance diagram for CODEX_Ciphers::RSACipherText:


Public Methods | |
| RSACipherText () | |
| Default constructor, for creating an object to be unmarshalled. | |
| RSACipherText (BIGNUM *c) | |
| Constructor taking ciphertext as a BIGNUM. | |
| RSACipherText (const CODEX_ASN1::BigNumber &c) | |
| Constructor taking ciphertext as a BigNumber. Also a copy con. | |
| virtual | ~RSACipherText () |
| Destructor. | |
| RSACipherText * | blind (const RSACipherText &aOther, const CODEX_ASN1::BigNumber &modulus) const |
| Blind a ciphertext. | |
This is just an extension of CODEX_ASN1::BigNumber.
Definition at line 33 of file RSA.h.
|
||||||||||||
|
Blind a ciphertext.
Definition at line 24 of file RSACipherText.cc. References RSACipherText(), and CODEX_ASN1::BigNumber::value(). |
1.2.18