CX509DHKeyPair Class Reference
| class CX509DHKeyPair : public CDHKeyPair |
This class represents the Diffie-Hellman Key Pair.
| Inherited Functions |
|---|
| | CBase::CBase() |
| | CBase::Delete(CBase *) |
| | CBase::Extension_(TUint,TAny *&,TAny *) |
| | CBase::operator new(TUint) |
| | CBase::operator new(TUint,TAny *) |
| | CBase::operator new(TUint,TLeave) |
| | CBase::operator new(TUint,TLeave,TUint) |
| | CBase::operator new(TUint,TUint) |
| | CBase::~CBase() |
| | CDHKeyPair::CDHKeyPair(void) |
| | CDHKeyPair::ConstructL(RInteger &,RInteger &) |
| | CDHKeyPair::ConstructL(RInteger &,RInteger &,RInteger &) |
| | CDHKeyPair::NewL(RInteger &,RInteger &) |
| | CDHKeyPair::NewL(RInteger &,RInteger &,RInteger &) |
| | CDHKeyPair::NewLC(RInteger &,RInteger &) |
| | CDHKeyPair::NewLC(RInteger &,RInteger &,RInteger &) |
| | CDHKeyPair::PrivateKey(void)const |
| | CDHKeyPair::PublicKey(void)const |
| | CDHKeyPair::~CDHKeyPair(void) |
Constructor & Destructor Documentation
CX509DHKeyPair()
| CX509DHKeyPair | ( | ) | [protected] |
~CX509DHKeyPair()
| IMPORT_C | ~CX509DHKeyPair | ( | ) | [virtual] |
Virtual Destructor. Frees all resources owned by the object, prior to its destruction.
Member Functions Documentation
ConstructL(const TDesC8 &)
| void | ConstructL | ( | const TDesC8 & | aParamsData | ) | [protected] |
NewL(const TDesC8 &)
Creates a new DH key pair object from the specified buffer containing the encoded binary representation .
Parameters
| const TDesC8 & aParamsData | A non-modifiable descriptor representing the entire encoding. |
NewLC(const TDesC8 &)
Creates a new DH Key Pair object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
Parameters
| const TDesC8 & aParamsData | A non-modifiable descriptor representing the entire encoding. |
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.