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