|
| EXPORT | OTServerContract () |
| |
| EXPORT | OTServerContract (OTString &name, OTString &foldername, OTString &filename, OTString &strID) |
| |
| virtual EXPORT | ~OTServerContract () |
| |
| EXPORT bool | GetConnectInfo (OTString &strHostname, int32_t &nPort) const |
| |
| virtual EXPORT void | CreateContents () |
| |
| virtual bool | SaveContractWallet (OTString &strContents) const |
| |
| virtual bool | SaveContractWallet (std::ofstream &ofs) const |
| |
| virtual bool | DisplayStatistics (OTString &strContents) 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 () |
| |
| virtual EXPORT void | Release () |
| |
| 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 |
| |
| virtual EXPORT bool | LoadContract () |
| |
| 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 | UpdateContents () |
| |
| EXPORT void | CreateInnerContents () |
| |
| virtual EXPORT bool | SaveContents (std::ofstream &ofs) 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 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 143 of file OTServerContract.hpp.