Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: x509keys.h
Link against: x500.lib

Class CX509DHValidationParams

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

CBaseBase class for all classes to be instantiated on the heap
CX509DHValidationParamsReturns 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()


Construction and destruction


NewL()

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

CX509DHValidationParams*

The new DH Validation parameters object.


NewL()

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

CX509DHValidationParams*

The new DH Validation parameters object.


NewLC()

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

CX509DHValidationParams*

The new DH Validation parameters object.


NewLC()

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*

The new DH Validation parameters object.


~CX509DHValidationParams()

~CX509DHValidationParams();

Description

Destructor.

Frees all resources owned by the object, prior to its destruction.

[Top]


Member functions


Seed()

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.


PGenCounter()

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.