CX509DHPublicKey Class Reference
class CX509DHPublicKey : public CDHPublicKey |
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) |
Detailed Description
Provides clients with the information they need for Diffie-Hellman key exchange within a protocol.
Constructor & Destructor Documentation
CX509DHPublicKey ( )
CX509DHPublicKey | ( | ) | [protected] |
~CX509DHPublicKey ( )
IMPORT_C | ~CX509DHPublicKey | ( | ) | [virtual] |
Destructor.
Frees all resources owned by the object, prior to its destruction.
Member Function 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.
Parameter | Description | aParamsData | A non-modifiable descriptor representing the entire encoding. |
Returns: A pointer to the new CX509DHPublicKey object.
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.
Parameter | Description | aParamsData | A non-modifiable descriptor representing the entire encoding. |
Returns: A pointer to the new CX509DHPublicKey object.