CDSAKeyPair Class Reference
class CDSAKeyPair : public CBase |
This class is capable of generating a DSA public/private key pair.
Constructor & Destructor Documentation
CDSAKeyPair(void)
IMPORT_C | CDSAKeyPair | ( | void | | ) | [protected] |
CDSAKeyPair(const CDSAKeyPair &)
~CDSAKeyPair(void)
IMPORT_C | ~CDSAKeyPair | ( | void | | ) | [virtual] |
The destructor frees all resources owned by the object, prior to its destruction.
Member Functions Documentation
ConstructL(TUint)
void | ConstructL | ( | TUint | aSize | ) | [private] |
NewL(TUint)
Creates a new DSA key pair and also a DSA prime certificate
Parameters
TUint aSize | The length (in bits) of the DSA parameter, p (the prime) |
NewLC(TUint)
Creates a new DSA key pair and also a DSA prime certificate
The returned pointer is put onto the cleanup stack.
Parameters
TUint aSize | The length (in bits) of the DSA parameter, p (the prime) |
PrimeCertificate(void)
Gets the DSA prime certificate (i.e., the seed and counter)
operator=(const CDSAKeyPair &)
Member Data Documentation
CDSAPrimeCertificate * iPrimeCertificate
The DSA prime certificate
CDSAPrivateKey * iPrivate
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.