class CX509DSAPublicKey : public CDSAPublicKey |
Encapsulates the X.509 DSA public key.
Adds a commitment to a specific encoding scheme allowing superclasses to remain encoding-independent.
Public Member Functions | |
---|---|
IMPORT_C CDSAParameters * | DSAParametersL (const TDesC8 &) |
IMPORT_C CX509DSAPublicKey * | NewL (const TDesC8 &, const TDesC8 &) |
IMPORT_C CX509DSAPublicKey * | NewL (const CDSAParameters &, const TDesC8 &) |
IMPORT_C CX509DSAPublicKey * | NewL (const TDesC8 &, const TDesC8 &, TInt &) |
IMPORT_C CX509DSAPublicKey * | NewL (const CDSAParameters &, const TDesC8 &, TInt &) |
IMPORT_C CX509DSAPublicKey * | NewLC (const TDesC8 &, const TDesC8 &) |
IMPORT_C CX509DSAPublicKey * | NewLC (const CDSAParameters &, const TDesC8 &) |
IMPORT_C CX509DSAPublicKey * | NewLC (const TDesC8 &, const TDesC8 &, TInt &) |
IMPORT_C CX509DSAPublicKey * | NewLC (const CDSAParameters &, const TDesC8 &, TInt &) |
Protected Member Functions | |
---|---|
CX509DSAPublicKey () | |
void | ConstructL (const TDesC8 &, const TDesC8 &, TInt &) |
void | ConstructL (const CDSAParameters &, const TDesC8 &, TInt &) |
Inherited Attributes | |
---|---|
CDSAParameters::iG | |
CDSAParameters::iP | |
CDSAParameters::iQ | |
CDSAPublicKey::iY |
void | ConstructL | ( | const TDesC8 & | aParamsData, |
const TDesC8 & | aBinaryData, | |||
TInt & | aPos | |||
) | [protected] |
void | ConstructL | ( | const CDSAParameters & | aParams, |
const TDesC8 & | aBinaryData, | |||
TInt & | aPos | |||
) | [protected] |
const CDSAParameters & aParams | |
const TDesC8 & aBinaryData | |
TInt & aPos |
IMPORT_C CDSAParameters * | DSAParametersL | ( | const TDesC8 & | aParamsData | ) | [static] |
Gets the DSA parameters from the encoding key.
const TDesC8 & aParamsData | A non-modifiable descriptor representing the entire encoding. |
IMPORT_C CX509DSAPublicKey * | NewL | ( | const TDesC8 & | aParamsData, |
const TDesC8 & | aBinaryData | |||
) | [static] |
Creates a new X.509 DSA public key object.
IMPORT_C CX509DSAPublicKey * | NewL | ( | const CDSAParameters & | aParams, |
const TDesC8 & | aBinaryData | |||
) | [static] |
Creates a new X.509 DSA public key object.
const CDSAParameters & aParams | The DSA parameters. |
const TDesC8 & aBinaryData | The encoded binary representation. |
IMPORT_C CX509DSAPublicKey * | NewL | ( | const TDesC8 & | aParamsData, |
const TDesC8 & | aBinaryData, | |||
TInt & | aPos | |||
) | [static] |
Creates a new X.509 DSA public key object.
IMPORT_C CX509DSAPublicKey * | NewL | ( | const CDSAParameters & | aParams, |
const TDesC8 & | aBinaryData, | |||
TInt & | aPos | |||
) | [static] |
Creates a new X.509 DSA public key object.
const CDSAParameters & aParams | The DSA parameters. |
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The position from which to start decoding. |
IMPORT_C CX509DSAPublicKey * | NewLC | ( | const TDesC8 & | aParamsData, |
const TDesC8 & | aBinaryData | |||
) | [static] |
Creates a new X.509 DSA public key object, and puts a pointer to it onto the cleanup stack.
IMPORT_C CX509DSAPublicKey * | NewLC | ( | const CDSAParameters & | aParams, |
const TDesC8 & | aBinaryData | |||
) | [static] |
Creates a new X.509 DSA public key object, and puts a pointer to it onto the cleanup stack.
const CDSAParameters & aParams | The DSA parameters. |
const TDesC8 & aBinaryData | The encoded binary representation. |
IMPORT_C CX509DSAPublicKey * | NewLC | ( | const TDesC8 & | aParamsData, |
const TDesC8 & | aBinaryData, | |||
TInt & | aPos | |||
) | [static] |
Creates a new X.509 DSA public key object, and puts a pointer to it onto the cleanup stack.
IMPORT_C CX509DSAPublicKey * | NewLC | ( | const CDSAParameters & | aParams, |
const TDesC8 & | aBinaryData, | |||
TInt & | aPos | |||
) | [static] |
Creates a new X.509 DSA public key object, and puts a pointer to it onto the cleanup stack.
const CDSAParameters & aParams | The DSA parameters. |
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The position from which to start decoding. |
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.