|
||
class TASN1DecRSAPublicKey;
Class for decoding RSA public keys from ASN.1 DER encoding.
Defined in TASN1DecRSAPublicKey
:
DecodeDERL(const TDesC8 &,TInt &)const
Decodes an RSA key from the supplied buffer starting at the specified position.IMPORT_C CRSAPublicKey* DecodeDERL(const TDesC8 &aDER, TInt &aPos) const;
Decodes an RSA key from the supplied buffer starting at the specified position.
|
|