Crypto++
|
_ More...
#include <rsa.h>
Public Member Functions | |
void | Initialize (const Integer &n, const Integer &e) |
OID | GetAlgorithmID () const |
void | BERDecodePublicKey (BufferedTransformation &bt, bool parametersPresent, size_t size) |
decode subjectPublicKey part of subjectPublicKeyInfo, without the BIT STRING header | |
void | DEREncodePublicKey (BufferedTransformation &bt) const |
encode subjectPublicKey part of subjectPublicKeyInfo, without the BIT STRING header | |
bool | Validate (RandomNumberGenerator &rng, unsigned int level) const |
bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
void | AssignFrom (const NameValuePairs &source) |
Integer | ApplyFunction (const Integer &x) const |
Integer | PreimageBound () const |
Integer | ImageBound () const |
const Integer & | GetModulus () const |
const Integer & | GetPublicExponent () const |
void | SetModulus (const Integer &n) |
void | SetPublicExponent (const Integer &e) |
Integer | ApplyRandomizedFunction (RandomNumberGenerator &rng, const Integer &x) const |
bool | IsRandomized () const |
virtual Integer | MaxPreimage () const |
virtual Integer | MaxImage () const |
void | BERDecode (BufferedTransformation &bt) |
void | DEREncode (BufferedTransformation &bt) const |
virtual bool | BERDecodeAlgorithmParameters (BufferedTransformation &bt) |
virtual bool | DEREncodeAlgorithmParameters (BufferedTransformation &bt) const |
void | Save (BufferedTransformation &bt) const |
void | Load (BufferedTransformation &bt) |
Protected Attributes | |
Integer | m_n |
Integer | m_e |
_