|
|
|
Location:
signed.h
Link against: crypto.lib
CSigningKeyParameters
Supported from 6.0
Contains the parameter information required by some signing algorithms.
The DSA signing algorithm needs parameters as well as a key. Currently, this class only contains DSA parameters.
|
Defined in CSigningKeyParameters:
DSAParams(), NewL(), NewL(), NewLC(), NewLC(), SetDSAParamsL(), ~CSigningKeyParameters()
Inherited from CBase:
operator new()
static CSigningKeyParameters* NewL();
Creates a new parameters object.
|
static CSigningKeyParameters* NewL(const CSigningKeyParameters& aParameters);
Creates a new parameters object copied from an existing object.
|
|
static CSigningKeyParameters* NewLC();
Creates a new parameters object and puts a pointer to the new object onto the cleanup stack.
|
static CSigningKeyParameters* NewLC(const CSigningKeyParameters& aParameters);
Creates a new parameters object copied from an existing object and puts a pointer to the new object onto the cleanup stack.
|
|
void SetDSAParamsL(const CDSAParameters& aParams);
Sets the DSA parameters.
|
const CDSAParameters* DSAParams() const;
Gets the DSA parameters.
|