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