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


Public Methods | |
| RSASignature () | |
| Default constructor, for creating an object to be unmarshalled. | |
| RSASignature (BIGNUM *s) | |
| Constructor taking signature as a BIGNUM. | |
| RSASignature (const CODEX_ASN1::BigNumber &s) | |
| Constructor taking signature as a BigNumber. | |
| virtual | ~RSASignature () |
| Destructor. | |
This is just an extension of CODEX_ASN1::BigNumber.
Definition at line 66 of file RSA.h.
1.2.18