#include <x509keys.h>
class CX509DSAPublicKey : public CDSAPublicKey |
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 |
Encapsulates the X.509 DSA public key.
Adds a commitment to a specific encoding scheme allowing superclasses to remain encoding-independent.
CX509DSAPublicKey | ( | ) | [protected] |
void | ConstructL | ( | const CDSAParameters & | aParams, |
const TDesC8 & | aBinaryData, | |||
TInt & | aPos | |||
) | [protected] |
IMPORT_C CDSAParameters * | DSAParametersL | ( | const TDesC8 & | aParamsData | ) | [static] |
Gets the DSA parameters from the encoding key.
Parameters | |
---|---|
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.
Parameters | |
---|---|
aParamsData | A non-modifiable descriptor representing the entire encoding. |
aBinaryData | The encoded binary representation. |
IMPORT_C CX509DSAPublicKey * | NewL | ( | const CDSAParameters & | aParams, |
const TDesC8 & | aBinaryData | |||
) | [static] |
Creates a new X.509 DSA public key object.
Parameters | |
---|---|
aParams | The DSA parameters. |
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.
Parameters | |
---|---|
aParamsData | A non-modifiable descriptor representing the entire encoding. |
aBinaryData | The encoded binary representation. |
aPos | The position from which to start decoding. |
IMPORT_C CX509DSAPublicKey * | NewL | ( | const CDSAParameters & | aParams, |
const TDesC8 & | aBinaryData, | |||
TInt & | aPos | |||
) | [static] |
Creates a new X.509 DSA public key object.
Parameters | |
---|---|
aParams | The DSA parameters. |
aBinaryData | The encoded binary representation. |
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.
Parameters | |
---|---|
aParamsData | A non-modifiable descriptor representing the entire encoding. |
aBinaryData | The encoded binary representation. |
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.
Parameters | |
---|---|
aParams | The DSA parameters. |
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.
Parameters | |
---|---|
aParamsData | A non-modifiable descriptor representing the entire encoding. |
aBinaryData | The encoded binary representation. |
aPos | The position from which to start decoding. |
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.
Parameters | |
---|---|
aParams | The DSA parameters. |
aBinaryData | The encoded binary representation. |
aPos | The position from which to start decoding. |