»
Developer Library »
API Reference »
C++ API reference »
Certificate Manager »
CX509DHDomainParams
Location:
x509keys.h
Link against: x500.lib
Class CX509DHDomainParams
CX509DHDomainParams
Support
Supported from 6.0
Description
Consists of compulsory parameter values P and G.
Derivation
CBase | Base class for all classes to be instantiated on the heap |
CX509DHDomainParams | Consists of compulsory parameter values P and G |
|
Defined in CX509DHDomainParams:
G(), J(), NewL(), NewL(), NewLC(), NewLC(), P(), Q(), ValidationParams(), ~CX509DHDomainParams()
Inherited from CBase:
operator new()
Construction and destruction
static CX509DHDomainParams* NewL(const TDesC8& aBinaryData);
Description
Creates a new DH Domain parameters object from the specified buffer containing the encoded binary
representation.
Parameters
const TDesC8& aBinaryData |
The encoded binary representation. |
|
Return value
static CX509DHDomainParams* NewL(const TDesC8& aBinaryData, TInt& aPos);
Description
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. |
const TInt& aPos |
The offset position from which to start decoding. |
|
Return value
static CX509DHDomainParams* NewLC(const TDesC8& aBinaryData, TInt& aPos);
Description
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. |
const TInt& aPos |
The offset position from which to start decoding. |
|
Return value
static CX509DHDomainParams* NewLC(const TDesC8& aBinaryData);
Description
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. |
|
Return value
~CX509DHDomainParams();
Description
Destructor.
Frees all resources owned by the object, prior to its destruction.
const CInteger& P() const;
Description
Gets the compulsory parameter value P.
Return value
CInteger& |
The compulsory parameter value P. |
|
const CInteger& G() const;
Description
Gets the compulsory parameter value G.
Return value
CInteger& |
The compulsory parameter value G. |
|
const CInteger* Q() const;
Description
Gets the optional value Q.
Return value
CInteger* |
The optional value Q. |
|
const CInteger* J() const;
Description
Gets the optional value J.
Return value
CInteger* |
The optional value J. |
|
const CX509DHValidationParams* ValidationParams() const;
Description
Gets the optional validation parameters.
Return value