generalized the test for valid strings to all methods in AuthGPG

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7050 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-01-21 21:01:22 +00:00
parent 1f4580304f
commit 11bc15b9cf
2 changed files with 40 additions and 32 deletions

View file

@ -249,6 +249,10 @@ class AuthGPG: public p3Config, public RsThread, public PGPHandler
/*****************************************************************/
private:
// Gets the certificate pointer and returns NULL if the string is invalid, or the
// cert was not found.
//
const PGPCertificateInfo *getCertInfoFromStdString(const std::string& ) const;
/* SKTAN */
//void showData(gpgme_data_t dh);