0
代碼如下:爲什麼不能將Symbian CRSAPublicKey轉換爲描述符?
const CRSAPublicKey& iRSAPublicKey = mRSAKeyPair->PublicKey();
const TInteger& e = iRSAPublicKey.E();
HBufC8* exponent8 = e.BufferLC(); //failed to get the right result,it's garbled
TInt ei = e.ConvertToLongL(); //converted successfully,ei=65537
誰能告訴我爲什麼BufferLC()不工作是重要的事情,我只是錯過了,以及如何將TInterger轉換爲描述符??? 在此先感謝。
thanks laalto.but如何輸出二進制表示字節爲十六進制? – vincent 2010-11-08 07:43:48
TInterger成員數據:protected://成員數據 \t enum TSign {EPositive = 0,ENegative = 1}; \t TUint iSize; \t TUint iPtr; – vincent 2010-11-08 07:44:16
我嘗試爲(TINT I = 0; I <位/的sizeof(TINT);我++) \t { \t \t //位的屎,因此 \t} – vincent 2010-11-08 07:45:55