| class CX509DHDomainParams : public CBase |
Encapsulates the compulsory Diffie-Hellman domain parameter values P and G (See RFC 2459).
| Public Member Functions | |
|---|---|
| ~CX509DHDomainParams () | |
| IMPORT_C const TInteger & | G () |
| IMPORT_C const TInteger & | J () |
| IMPORT_C CX509DHDomainParams * | NewL (const TDesC8 &) |
| IMPORT_C CX509DHDomainParams * | NewL (const TDesC8 &, TInt &) |
| IMPORT_C CX509DHDomainParams * | NewLC (const TDesC8 &) |
| IMPORT_C CX509DHDomainParams * | NewLC (const TDesC8 &, TInt &) |
| IMPORT_C const TInteger & | P () |
| IMPORT_C const TInteger & | Q () |
| IMPORT_C const CX509DHValidationParams * | ValidationParams () |
| Protected Member Functions | |
|---|---|
| CX509DHDomainParams () | |
| void | ConstructL (const TDesC8 &, TInt &) |
| Protected Attributes | |
|---|---|
| RInteger | iG |
| RInteger | iJ |
| RInteger | iP |
| RInteger | iQ |
| CX509DHValidationParams * | iValidationParams |
| ~CX509DHDomainParams | ( | ) | [virtual] |
Destructor.
Frees all resources owned by the object, prior to its destruction.
| void | ConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [protected] | |||
| IMPORT_C CX509DHDomainParams * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new DH Domain parameters object from the specified buffer containing the encoded binary representation.
| const TDesC8 & aBinaryData | The encoded binary representation. |
| IMPORT_C CX509DHDomainParams * | NewL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [static] | |||
Creates a new DH Domain parameters object from the specified buffer containing the encoded binary representation, starting at the specified offset.
| IMPORT_C CX509DHDomainParams * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new DH Domain parameters object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
| const TDesC8 & aBinaryData | The encoded binary representation. |
| IMPORT_C CX509DHDomainParams * | NewLC | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos | |||
| ) | [static] | |||
Creates a new DH Domain parameters object from the specified buffer containing the encoded binary representation, starting at the specified offset, and puts a pointer to it onto the cleanup stack.
| IMPORT_C const CX509DHValidationParams * | ValidationParams | ( | ) | const |
Gets the optional validation parameters.
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.