CRSAPrivateKey Class Reference
#include
<asymmetrickeys.h>
class CRSAPrivateKey : public CRSAParameters |
Detailed Description
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.
Member Attribute Documentation
iKeyType
The type of the RSA private key
Constructor & Destructor Documentation
CRSAPrivateKey ( const TRSAPrivateKeyType, RInteger & )
Parameter | Description | aKeyType | The type of the RSA private key |
aN | The RSA parameter, n (the modulus) |
Member Function Documentation
PrivateKeyType ( )
Gets the type of RSA private key
Returns: The RSA private key type