SecretService 0.13.2d47dfe
SecretService is base back end library for your c++ Qt projects.
QASecret Namespace Reference

Classes

class  KeyStorage
 The KeyStorage class the storage store seccrets values on the simple key - value table. Where value is secrete and key is a sha256(secret) hash. More...
 

Functions

bool init ()
 init main initialize method of The SecretService library
 
QString version ()
 version This method return string value of a library version
 

Function Documentation

◆ init()

bool SECRETSERVICE_EXPORT QASecret::init ( )

init main initialize method of The SecretService library

Returns
true if library initialized successfull

Definition at line 15 of file QASecret.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ version()

QString SECRETSERVICE_EXPORT QASecret::version ( )

version This method return string value of a library version

Returns
string value of a library version

Definition at line 24 of file QASecret.cpp.