CX509DHDomainParams Class Reference
class CX509DHDomainParams : public CBase |
Encapsulates the compulsory Diffie-Hellman domain parameter values P and G (See RFC 2459).
Constructor & Destructor Documentation
CX509DHDomainParams()
CX509DHDomainParams | ( | ) | [protected] |
~CX509DHDomainParams()
~CX509DHDomainParams | ( | ) | [virtual] |
Destructor.
Frees all resources owned by the object, prior to its destruction.
Member Functions Documentation
ConstructL(const TDesC8 &, TInt &)
void | ConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos |
| ) | [protected] |
G()
Gets the compulsory parameter value G.
J()
Gets the optional value J.
NewL(const TDesC8 &)
Creates a new DH Domain parameters object from the specified buffer containing the encoded binary representation.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
NewL(const TDesC8 &, TInt &)
Creates a new DH Domain parameters object from the specified buffer containing the encoded binary representation, starting at the specified offset.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The offset position from which to start decoding. |
NewLC(const TDesC8 &)
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.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
NewLC(const TDesC8 &, TInt &)
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.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The offset position from which to start decoding. |
P()
Gets the compulsory parameter value P.
Q()
Gets the optional value Q.
ValidationParams()
Gets the optional validation parameters.
Member Data Documentation
CX509DHValidationParams * iValidationParams
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.