CRSAPrivateKey Class Reference

#include <asymmetrickeys.h>

class CRSAPrivateKey : public CRSAParameters

Inherits from

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

const TRSAPrivateKeyTypeiKeyType[protected]

The type of the RSA private key

Constructor & Destructor Documentation

CRSAPrivateKey ( const TRSAPrivateKeyType, RInteger & )

CRSAPrivateKey(const TRSAPrivateKeyTypeaKeyType,
RInteger &aN
)

Constructor

Parameters
aKeyTypeThe type of the RSA private key
aNThe RSA parameter, n (the modulus)

Member Function Documentation

PrivateKeyType ( )

const TRSAPrivateKeyTypePrivateKeyType()const [inline]

Gets the type of RSA private key

Return Value
The RSA private key type