CX509DHPublicKey Class Reference
class CX509DHPublicKey : public CDHPublicKey |
Provides clients with the information they need for Diffie-Hellman key exchange within a protocol.
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() |
| CDHParameters::CDHParameters(RInteger &,RInteger &) |
| CDHParameters::CDHParameters(void) |
| CDHParameters::G(void)const |
| CDHParameters::N(void)const |
| CDHParameters::~CDHParameters(void) |
| CDHPublicKey::CDHPublicKey(RInteger &,RInteger &,RInteger &) |
| CDHPublicKey::CDHPublicKey(void) |
| CDHPublicKey::NewL(RInteger &,RInteger &,RInteger &) |
| CDHPublicKey::NewLC(RInteger &,RInteger &,RInteger &) |
| CDHPublicKey::X(void)const |
| CDHPublicKey::~CDHPublicKey(void) |
Constructor & Destructor Documentation
CX509DHPublicKey()
CX509DHPublicKey | ( | ) | [protected] |
~CX509DHPublicKey()
IMPORT_C | ~CX509DHPublicKey | ( | ) | [virtual] |
Destructor.
Frees all resources owned by the object, prior to its destruction.
Member Functions Documentation
ConstructL(const TDesC8 &, const TDesC8 &)
void | ConstructL | ( | const TDesC8 & | aParamsData, |
| const TDesC8 & | aKeyData |
| ) | [protected] |
NewL(const TDesC8 &, const TDesC8 &)
Creates a new CX509DHPublicKey object from the specified buffer containing the encoded binary representation.
Parameters
const TDesC8 & aParamsData | A non-modifiable descriptor representing the entire encoding. |
const TDesC8 & aKeyData | |
NewLC(const TDesC8 &, const TDesC8 &)
Creates a new CX509DHPublicKey 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. |
const TDesC8 & aKeyData | |
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.