| class CSigningKeyParameters : public CBase |
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.
| Public Member Functions | |
|---|---|
| ~CSigningKeyParameters () | |
| const CDSAParameters * | DSAParams () |
| IMPORT_C CSigningKeyParameters * | NewL () |
| IMPORT_C CSigningKeyParameters * | NewL (const CSigningKeyParameters &) |
| IMPORT_C CSigningKeyParameters * | NewLC () |
| IMPORT_C CSigningKeyParameters * | NewLC (const CSigningKeyParameters &) |
| IMPORT_C void | SetDSAParamsL (const CDSAParameters &) |
| Private Member Functions | |
|---|---|
| CSigningKeyParameters () | |
| void | ConstructL (const CSigningKeyParameters &) |
| Private Attributes | |
|---|---|
| CDSAParameters * | iDSAParams |
| IMPORT_C | ~CSigningKeyParameters | ( | ) |
Destructor.
Frees all resources owned by the object.
| void | ConstructL | ( | const CSigningKeyParameters & | aParameters | ) | [private] |
| const CSigningKeyParameters & aParameters |
| IMPORT_C CSigningKeyParameters * | NewL | ( | ) | [static] |
Creates a new signing key parameters object.
| IMPORT_C CSigningKeyParameters * | NewL | ( | const CSigningKeyParameters & | aParameters | ) | [static] |
Creates a new signing key parameters object copied from an existing object.
| const CSigningKeyParameters & aParameters | The signing key parameters object to be copied. |
| IMPORT_C CSigningKeyParameters * | NewLC | ( | ) | [static] |
Creates a new signing key parameters object and puts a pointer to the new object onto the cleanup stack.
| IMPORT_C CSigningKeyParameters * | NewLC | ( | const CSigningKeyParameters & | aParameters | ) | [static] |
Creates a new signing key parameters object copied from an existing object and puts a pointer to the new object onto the cleanup stack.
| const CSigningKeyParameters & aParameters | The signing key parameters object to be copied. |
| IMPORT_C void | SetDSAParamsL | ( | const CDSAParameters & | aParams | ) |
Sets the DSA parameters.
| const CDSAParameters & aParams | The DSA parameters. |
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.