#include <asymmetrickeys.h>
| class CRSAPrivateKey : public CRSAParameters |
| Protected Attributes | |
|---|---|
| const TRSAPrivateKeyType | iKeyType |
| Public Member Functions | |
|---|---|
| CRSAPrivateKey(const TRSAPrivateKeyType, RInteger &) | |
| const TRSAPrivateKeyType | PrivateKeyType() |
| Inherited Attributes | |
|---|---|
| CRSAParameters::iN | |
Non-exported container class for the various ways of representing an RSA private key.
To instantiate a representation of an RSA private key, find a subclass of this appropriate to your key type.
| CRSAPrivateKey | ( | const TRSAPrivateKeyType | aKeyType, |
| RInteger & | aN | ||
| ) | |||
Constructor
| Parameters | |
|---|---|
| aKeyType | The type of the RSA private key |
| aN | The RSA parameter, n (the modulus) |
| const TRSAPrivateKeyType | PrivateKeyType | ( | ) | const [inline] |
Gets the type of RSA private key