TASN1DecRSAPublicKey Class Reference

class TASN1DecRSAPublicKey

Class for decoding RSA public keys from ASN.1 DER encoding.

Since
v8.0
Public Member Functions
IMPORT_C CRSAPublicKey * DecodeDERL (const TDesC8 &, TInt &)

Member Functions Documentation

DecodeDERL(const TDesC8 &, TInt &)

IMPORT_C CRSAPublicKey * DecodeDERL ( const TDesC8 & aDER,
TInt & aPos
) const

Decodes an RSA key from the supplied buffer starting at the specified position.

Parameters

const TDesC8 & aDER Buffer containing DER ASN.1 encoding of the key.
TInt & aPos Starting position in the buffer (updated on exit).