TKeyFactory Class Reference
Detailed Description
Constructs the public key objects used for signature verification from their encoded binary form.
Member Function Documentation
DSAParametersL ( const TDesC8 & )
Parameter | Description | aEncoding | A non-modifiable descriptor representing the entire encoding. |
Returns: The DSA parameters.
DSAPublicKeyL ( const CDSAParameters &, const TDesC8 & )
Parameter | Description | aParams | The DSA parameters |
aEncoding | A non-modifiable descriptor representing the entire encoding. |
Returns: The DSA public key.
DSAPublicKeyL ( const TDesC8 &, const TDesC8 & )
DSASignatureL ( const TDesC8 & )
Gets the digital DSA signature given an encoding key.
Parameter | Description | aEncoding | A non-modifiable descriptor representing the entire encoding. |
Returns: The DSA signature.
RSAPublicKeyL ( const TDesC8 & )
Parameter | Description | aEncoding | A non-modifiable descriptor representing the entire encoding. |
Returns: The RSA Public key.
RSASignatureResultL ( const CAlgorithmIdentifier &, TDesC8 & )
Gets the RSA signature result.
Parameter | Description | aDigestAlgorithm | The algorithm ID. |
aDigest | A non-modifiable descriptor representing the digest algorithm. |
Returns: The RSA signature result.