TX509KeyFactory Class Reference
class TX509KeyFactory : public TKeyFactory |
Constructs the public key objects used for signature verification, from their encoded binary form, for X.509 certificates.
Member Functions Documentation
DSAParametersL(const TDesC8 &)
Gets the DSA parameters from the encoding key.
Parameters
const TDesC8 & aEncoding | A non-modifiable descriptor representing the entire encoding. |
DSAPublicKeyL(const TDesC8 &, const TDesC8 &)
Gets the DSA public key from the encoding key.
Parameters
const TDesC8 & aParamsEncoding | A non-modifiable descriptor representing the encoded binary representation of the DSA parameters |
const TDesC8 & aEncoding | A non-modifiable descriptor representing the entire encoding. |
DSAPublicKeyL(const CDSAParameters &, const TDesC8 &)
Gets the DSA public key from the encoding key.
Parameters
const CDSAParameters & aParams | The DSA parameters |
const TDesC8 & aEncoding | A non-modifiable descriptor representing the entire encoding. |
DSASignatureL(const TDesC8 &)
Gets the digital DSA signature from the encoding key.
Parameters
const TDesC8 & aEncoding | A non-modifiable descriptor representing the entire encoding. |
RSAPublicKeyL(const TDesC8 &)
Gets the RSA public key from the encoding key.
Parameters
const TDesC8 & aEncoding | A non-modifiable descriptor representing the entire encoding. |
RSASignatureResultL(const CAlgorithmIdentifier &, TDesC8 &)
Gets the RSA signature result.
Parameters
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.