#include <x509keys.h>
class TASN1DecRSAPublicKey |
Public Member Functions | |
---|---|
IMPORT_C CRSAPublicKey * | DecodeDERL(const TDesC8 &, TInt &) |
Class for decoding RSA public keys from ASN.1 DER encoding.
IMPORT_C CRSAPublicKey * | DecodeDERL | ( | const TDesC8 & | aDER, |
TInt & | aPos | |||
) | const |
Decodes an RSA key from the supplied buffer starting at the specified position.
Parameter | Description |
---|---|
aDER | Buffer containing DER ASN.1 encoding of the key. |
aPos | Starting position in the buffer (updated on exit). |
Returns: A pointer to the new CRSAPublicKey object.