CRSAParameters Class Reference
class CRSAParameters : public CBase
|
Concrete class representing the parameters common to both an RSA public and private key.
See ANSI X9.31 and RSA PKCS#1
Constructor & Destructor Documentation
CRSAParameters(RInteger &)
IMPORT_C
|
CRSAParameters
|
(
|
RInteger
&
|
aN
|
)
|
[protected]
|
Parameters
RInteger
& aN
|
The RSA parameter, n (the modulus)
|
CRSAParameters(void)
IMPORT_C
|
CRSAParameters
|
(
|
void
|
|
)
|
[protected]
|
CRSAParameters(const CRSAParameters &)
~CRSAParameters(void)
IMPORT_C
|
~CRSAParameters
|
(
|
void
|
|
)
|
[virtual]
|
Member Functions Documentation
N(void)
IMPORT_C const
TInteger
&
|
N
|
(
|
void
|
|
)
|
const
|
Gets the RSA parameter, n (the modulus)
operator=(const CRSAParameters &)
Member Data Documentation
RInteger
iN
The RSA modulus, n, a positive integer
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.