|
|
@ -29,7 +29,6 @@ public:
|
|
|
|
bool SerializeToString(std::string* output) const;
|
|
|
|
bool SerializeToString(std::string* output) const;
|
|
|
|
|
|
|
|
|
|
|
|
bool IsInitialized() const;
|
|
|
|
bool IsInitialized() const;
|
|
|
|
QString getPKIType() const;
|
|
|
|
|
|
|
|
// Returns true if merchant's identity is authenticated, and
|
|
|
|
// Returns true if merchant's identity is authenticated, and
|
|
|
|
// returns human-readable merchant identity in merchant
|
|
|
|
// returns human-readable merchant identity in merchant
|
|
|
|
bool getMerchant(X509_STORE* certStore, QString& merchant) const;
|
|
|
|
bool getMerchant(X509_STORE* certStore, QString& merchant) const;
|
|
|
|