class TX509KeyFactory : public TKeyFactory |
Constructs the public key objects used for signature verification, from their encoded binary form, for X.509 certificates.
Public Member Functions | |
---|---|
IMPORT_C CDSAParameters * | DSAParametersL (const TDesC8 &) |
IMPORT_C CDSAPublicKey * | DSAPublicKeyL (const TDesC8 &, const TDesC8 &) |
IMPORT_C CDSAPublicKey * | DSAPublicKeyL (const CDSAParameters &, const TDesC8 &) |
IMPORT_C CDSASignature * | DSASignatureL (const TDesC8 &) |
IMPORT_C CRSAPublicKey * | RSAPublicKeyL (const TDesC8 &) |
IMPORT_C CRSASignatureResult * | RSASignatureResultL (const CAlgorithmIdentifier &, TDesC8 &) |
IMPORT_C CDSAParameters * | DSAParametersL | ( | const TDesC8 & | aEncoding | ) | const [virtual] |
Gets the DSA parameters from the encoding key.
const TDesC8 & aEncoding | A non-modifiable descriptor representing the entire encoding. |
IMPORT_C CDSAPublicKey * | DSAPublicKeyL | ( | const TDesC8 & | aParamsEncoding, |
const TDesC8 & | aEncoding | |||
) | const [virtual] |
Gets the DSA public key from the encoding key.
IMPORT_C CDSAPublicKey * | DSAPublicKeyL | ( | const CDSAParameters & | aParams, |
const TDesC8 & | aEncoding | |||
) | const [virtual] |
Gets the DSA public key from the encoding key.
const CDSAParameters & aParams | The DSA parameters |
const TDesC8 & aEncoding | A non-modifiable descriptor representing the entire encoding. |
IMPORT_C CDSASignature * | DSASignatureL | ( | const TDesC8 & | aEncoding | ) | const [virtual] |
Gets the digital DSA signature from the encoding key.
const TDesC8 & aEncoding | A non-modifiable descriptor representing the entire encoding. |
IMPORT_C CRSAPublicKey * | RSAPublicKeyL | ( | const TDesC8 & | aEncoding | ) | const [virtual] |
Gets the RSA public key from the encoding key.
const TDesC8 & aEncoding | A non-modifiable descriptor representing the entire encoding. |
IMPORT_C CRSASignatureResult * | RSASignatureResultL | ( | const CAlgorithmIdentifier & | aDigestAlgorithm, |
TDesC8 & | aDigest | |||
) | const [virtual] |
Gets the RSA signature result.
const CAlgorithmIdentifier & aDigestAlgorithm | The digest algorithm ID. |
TDesC8 & aDigest | A non-modifiable descriptor representing the digest algorithm. |
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.