CDSAPrimeCertificate Class Reference
class CDSAPrimeCertificate : public CBase
|
Constructor & Destructor Documentation
CDSAPrimeCertificate(TUint)
IMPORT_C
|
CDSAPrimeCertificate
|
(
|
TUint
|
aCounter
|
)
|
[protected]
|
Parameters
TUint
aCounter
|
The DSA key generation counter
|
CDSAPrimeCertificate(void)
IMPORT_C
|
CDSAPrimeCertificate
|
(
|
void
|
|
)
|
[protected]
|
CDSAPrimeCertificate(const CDSAPrimeCertificate &)
~CDSAPrimeCertificate(void)
IMPORT_C
|
~CDSAPrimeCertificate
|
(
|
void
|
|
)
|
[virtual]
|
Member Functions Documentation
ConstructL(const TDesC8 &)
void
|
ConstructL
|
(
|
const
TDesC8
&
|
aSeed
|
)
|
[protected]
|
Counter(void)
IMPORT_C
TUint
|
Counter
|
(
|
void
|
|
)
|
const
|
Gets the counter value of the DSA prime certificate
NewL(const TDesC8 &, TUint)
Creates a new DSA prime certificate from a specified seed and counter value.
Parameters
const
TDesC8
& aSeed
|
The seed from a DSA key generation process
|
TUint
aCounter
|
The counter value from a DSA key generation process
|
NewLC(const TDesC8 &, TUint)
Creates a new DSA prime certificate from a specified seed and counter value.
The returned pointer is put onto the cleanup stack.
Parameters
const
TDesC8
& aSeed
|
The seed from a DSA key generation process
|
TUint
aCounter
|
The counter value from a DSA key generation process
|
Seed(void)
IMPORT_C const
TDesC8
&
|
Seed
|
(
|
void
|
|
)
|
const
|
Gets the seed of the DSA prime certificate
operator=(const CDSAPrimeCertificate &)
Member Data Documentation
TUint
iCounter
TUint
|
iCounter
|
[protected]
|
The DSA key generation counter
const HBufC8 * iSeed
const
HBufC8
*
|
iSeed
|
[protected]
|
The DSA key generation seed
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.