|
||
class TASN1EncRSAPublicKey;
Class for encoding RSA public keys to ASN.1 encoding.
Defined in TASN1EncRSAPublicKey
:
EncodeDERL(const CRSAPublicKey &)const
Encodes the supplied public key into buffer in DER format ASN.1: IMPORT_C HBufC8* EncodeDERL(const CRSAPublicKey &aKey) const;
Encodes the supplied public key into buffer in DER format ASN.1:
SEQUENCE-OF
INTEGER modulus
INTEGER exponent
|
|