CRSASignature Class Reference
class CRSASignature : public CBase
|
An encapsulation of a RSA signature.
Constructor & Destructor Documentation
CRSASignature(RInteger &)
IMPORT_C
|
CRSASignature
|
(
|
RInteger
&
|
aS
|
)
|
[protected]
|
Parameters
RInteger
& aS
|
The integer value output from a previous RSA signing operation
|
CRSASignature(void)
IMPORT_C
|
CRSASignature
|
(
|
void
|
|
)
|
[protected]
|
CRSASignature(const CRSASignature &)
~CRSASignature(void)
IMPORT_C
|
~CRSASignature
|
(
|
void
|
|
)
|
[virtual]
|
Destructor The destructor frees all resources owned by the object, prior to its destruction.
Member Functions Documentation
NewL(RInteger &)
Creates a new
CRSASignature
object from the integer value output of a previous RSA signing operation.
Parameters
RInteger
& aS
|
The integer value output from a previous RSA signing operation
|
NewLC(RInteger &)
Creates a new
CRSASignature
object from the integer value output of a previous RSA signing operation.
The returned pointer is put onto the cleanup stack.
Parameters
RInteger
& aS
|
The integer value output from a previous RSA signing operation
|
S(void)
IMPORT_C const
TInteger
&
|
S
|
(
|
void
|
|
)
|
const
|
Gets the integer value of the RSA signature
operator==(const CRSASignature &)
Whether this RSASignature is identical to a specified RSASignature
Member Data Documentation
RInteger
iS
An integer value; the output from a previous RSA signing operation.
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.