|
| virtual int32_t | ProcessXMLNode (irr::io::IrrXMLReader *&xml) |
| |
| EXPORT bool | GenerateInternalKey () |
| |
| EXPORT OTSymmetricKey * | GetInternalKey () |
| |
EXPORT std::shared_ptr
< OTCachedKey > | GetInternalMaster () |
| |
| EXPORT bool | GetPassphrase (OTPassword &theOutput, const char *szDisplay=nullptr) |
| |
| EXPORT bool | IsNymIDIncluded () const |
| |
| EXPORT bool | IsPasswordProtected () const |
| |
| EXPORT bool | GetNymID (OTIdentifier &theOutput) const |
| |
| EXPORT bool | Push (OTNym_or_SymmetricKey theOwner, const Token &theToken) |
| |
| EXPORT Token * | Pop (OTNym_or_SymmetricKey theOwner) |
| |
| EXPORT Token * | Peek (OTNym_or_SymmetricKey theOwner) const |
| |
| EXPORT int32_t | Count () const |
| |
| EXPORT bool | IsEmpty () const |
| |
| int64_t | GetTotalValue () const |
| |
| EXPORT time64_t | GetLatestValidFrom () const |
| |
| EXPORT time64_t | GetEarliestValidTo () const |
| |
| EXPORT bool | VerifyCurrentDate () |
| |
| EXPORT bool | IsExpired () |
| |
| EXPORT bool | Merge (const OTPseudonym &theSigner, OTNym_or_SymmetricKey theOldNym, OTNym_or_SymmetricKey theNewNym, Purse &theNewPurse) |
| |
| EXPORT | Purse (const Purse &thePurse) |
| |
| EXPORT | Purse (const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_ID) |
| |
| EXPORT | Purse (const OTIdentifier &SERVER_ID) |
| |
| EXPORT | Purse (const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_ID, const OTIdentifier &USER_ID) |
| |
| virtual EXPORT | ~Purse () |
| |
| EXPORT bool | LoadPurse (const char *szServerID=nullptr, const char *szUserID=nullptr, const char *szAssetTypeID=nullptr) |
| |
| EXPORT bool | SavePurse (const char *szServerID=nullptr, const char *szUserID=nullptr, const char *szAssetTypeID=nullptr) |
| |
| virtual bool | LoadContract () |
| |
| const OTIdentifier & | GetServerID () const |
| |
| const OTIdentifier & | GetAssetID () const |
| |
| EXPORT void | InitPurse () |
| |
| virtual void | Release () |
| |
| EXPORT void | Release_Purse () |
| |
| EXPORT void | ReleaseTokens () |
| |
| virtual bool | SaveContractWallet (std::ofstream &ofs) const |
| |
| const char * | GetHashType () const |
| |
| void | SetIdentifier (const OTIdentifier &theID) |
| |
| EXPORT | OTContract () |
| |
| EXPORT | OTContract (const OTString &name, const OTString &foldername, const OTString &filename, const OTString &strID) |
| |
| EXPORT | OTContract (const OTString &strID) |
| |
| EXPORT | OTContract (const OTIdentifier &theID) |
| |
| void | Initialize () |
| |
| virtual EXPORT | ~OTContract () |
| |
| EXPORT void | Release_Contract () |
| |
| EXPORT void | ReleaseSignatures () |
| |
| virtual EXPORT bool | CreateContract (const OTString &strContract, const OTPseudonym &theSigner) |
| |
| EXPORT bool | InsertNym (const OTString &strKeyName, const OTString &strKeyValue) |
| |
| EXPORT void | GetName (OTString &strName) const |
| |
| EXPORT void | SetName (const OTString &strName) |
| |
| virtual EXPORT bool | VerifyContract () |
| |
| virtual EXPORT void | GetIdentifier (OTIdentifier &theIdentifier) const |
| |
| virtual EXPORT void | GetIdentifier (OTString &theIdentifier) const |
| |
| EXPORT void | GetFilename (OTString &strFilename) const |
| |
| EXPORT void | GetFoldername (OTString &strFoldername) const |
| |
| EXPORT bool | LoadContract (const char *szFoldername, const char *szFilename) |
| |
| EXPORT bool | LoadContractFromString (const OTString &theStr) |
| |
| bool | LoadContractRawFile () |
| |
| EXPORT bool | ParseRawFile () |
| |
| EXPORT bool | SaveToContractFolder () |
| |
| EXPORT bool | SaveContractRaw (OTString &strOutput) const |
| |
| EXPORT bool | RewriteContract (OTString &strOutput) const |
| |
| EXPORT bool | SaveContract () |
| |
| EXPORT bool | SaveContract (const char *szFoldername, const char *szFilename) |
| |
| virtual EXPORT void | CreateContents () |
| |
| EXPORT void | CreateInnerContents () |
| |
| virtual EXPORT bool | SaveContents (std::ofstream &ofs) const |
| |
| virtual EXPORT bool | SaveContractWallet (OTString &strContents) const |
| |
| virtual EXPORT bool | DisplayStatistics (OTString &strContents) const |
| |
| virtual EXPORT bool | SaveContents (OTString &strContents) const |
| |
| virtual EXPORT bool | SignContract (const OTPseudonym &theNym, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignContractAuthent (const OTPseudonym &theNym, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignWithKey (const OTAsymmetricKey &theKey, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignContract (const OTPseudonym &theNym, OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignContractAuthent (const OTPseudonym &theNym, OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignContract (const OTAsymmetricKey &theKey, OTSignature &theSignature, const OTString &strHashType, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignContract (const char *szFoldername, const char *szFilename, OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) |
| |
| virtual EXPORT bool | VerifyContractID () const |
| |
| virtual EXPORT void | CalculateContractID (OTIdentifier &newID) const |
| |
| virtual EXPORT bool | VerifySignature (const OTPseudonym &theNym, const OTPasswordData *pPWData=nullptr) const |
| |
| virtual EXPORT bool | VerifySigAuthent (const OTPseudonym &theNym, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT bool | VerifyWithKey (const OTAsymmetricKey &theKey, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT bool | VerifySignature (const OTPseudonym &theNym, const OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT bool | VerifySigAuthent (const OTPseudonym &theNym, const OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT bool | VerifySignature (const OTAsymmetricKey &theKey, const OTSignature &theSignature, const OTString &strHashType, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT bool | VerifySignature (const char *szFoldername, const char *szFilename, const OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT const OTAsymmetricKey * | GetContractPublicKey () const |
| |
| EXPORT const OTPseudonym * | GetContractPublicNym () const |
| |
|
| static EXPORT Purse * | PurseFactory (OTString strInput) |
| |
| static EXPORT Purse * | PurseFactory (OTString strInput, const OTIdentifier &SERVER_ID) |
| |
| static EXPORT Purse * | PurseFactory (OTString strInput, const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_ID) |
| |
| static EXPORT Purse * | LowLevelInstantiate (const OTString &strFirstLine) |
| |
| static EXPORT Purse * | LowLevelInstantiate (const OTString &strFirstLine, const OTIdentifier &SERVER_ID) |
| |
| static EXPORT Purse * | LowLevelInstantiate (const OTString &strFirstLine, const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_ID) |
| |
| static EXPORT bool | DearmorAndTrim (const OTString &strInput, OTString &strOutput, OTString &strFirstLine) |
| |
| static bool | AddBookendsAroundContent (OTString &strOutput, const OTString &strContents, const OTString &strContractType, const OTString &strHashType, const listOfSignatures &listSignatures) |
| |
| static EXPORT bool | LoadEncodedTextField (irr::io::IrrXMLReader *&xml, OTASCIIArmor &ascOutput) |
| |
| static EXPORT bool | LoadEncodedTextField (irr::io::IrrXMLReader *&xml, OTString &strOutput) |
| |
| static bool | LoadEncodedTextFieldByName (irr::io::IrrXMLReader *&xml, OTASCIIArmor &ascOutput, const char *&szName, OTString::Map *pmapExtraVars=nullptr) |
| |
| static bool | LoadEncodedTextFieldByName (irr::io::IrrXMLReader *&xml, OTString &strOutput, const char *&szName, OTString::Map *pmapExtraVars=nullptr) |
| |
| static bool | SkipToElement (irr::io::IrrXMLReader *&xml) |
| |
| static bool | SkipToTextField (irr::io::IrrXMLReader *&xml) |
| |
| static bool | SkipAfterLoadingField (irr::io::IrrXMLReader *&xml) |
| |
| static EXPORT bool | SignFlatText (OTString &strFlatText, const OTString &strContractType, const OTPseudonym &theSigner, OTString &strOutput) |
| |
Definition at line 172 of file Purse.hpp.