Location:
x509keys.h
Link against: x500.lib
CX509DHValidationParams
Support
Supported from 6.0
Description
Returns a pointer rather than a reference, the object pointed to remains the property of the parameters object.
Derivation
CBase | Base class for all classes to be instantiated on the heap |
CX509DHValidationParams | Returns a pointer rather than a reference, the object pointed to remains the property of the parameters object |
|
Defined in CX509DHValidationParams:
NewL(), NewL(), NewLC(), NewLC(), PGenCounter(), Seed(), ~CX509DHValidationParams()
Inherited from CBase:
operator new()
static CX509DHValidationParams* NewL(const TDesC8& aBinaryData);
Description
Creates a new DH Validation parameters object from the specified buffer containing the encoded binary
representation.
Parameters
const TDesC8& aBinaryData |
The encoded binary representation. |
|
Return value
static CX509DHValidationParams* NewL(const TDesC8& aBinaryData, TInt& aPos);
Description
Creates a new DH Validation 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 CX509DHValidationParams* NewLC(const TDesC8& aBinaryData, TInt& aPos);
Description
Creates a new DH Validation 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 CX509DHValidationParams* NewLC(const TDesC8& aBinaryData);
Description
Creates a new DH Validation 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
~CX509DHValidationParams();
Description
Destructor.
Frees all resources owned by the object, prior to its destruction.
const TPtrC8 Seed() const;
Description
Optionally specifies the bit string parameter used as the
seed for the system parameter generation process.
Return value
TPtrC8 |
The bit string parameter. |
|
const CInteger& PGenCounter() const;
Description
Optionally specifies the integer value output as part
of the system parameter prime generation process.
Return value
CInteger& |
The integer value output. |
|