Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICryptoKeyInit::loadRawPublicRSAKey ( const P6UCHAR pE,
P6UINT32  eLength,
const P6UCHAR pN,
P6UINT32  nLength 
)
pure virtual

This method loads the standard parts of a RSA public key from a set of buffers.

Calling this function requires that the p6cryptokey component was initialized with a p6IRandom component which is uses to generate part of the keys meta-data.

Parameters
pE[ in ] The public exponent.
eLength[ in ] Contains the size in bytes of pE.
pN[ in ] The public modulus.
nLength[ in ] Contains the size in bytes of pN.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedObject is in an incorrect state.
P6R::eInvalidArgOne of the parameters is NULL.
P6R::eInvalidStatepRandom not set during call to initialize().
P6R::eFailAndExceptionOne of the parameters failed to load properly.