CX509DHKeyPair Class Reference
class CX509DHKeyPair : public CDHKeyPair |
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) |
Detailed Description
This class represents the Diffie-Hellman Key Pair.
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 Function 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 .
Parameter | Description | aParamsData | A non-modifiable descriptor representing the entire encoding. |
Returns: A pointer to the new CX509DHKeyPair object.
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.
Parameter | Description | aParamsData | A non-modifiable descriptor representing the entire encoding. |
Returns: A pointer to the new CX509DHKeyPair object.