SecretManager Class
(Sailfish::Secrets::Plugin::SecretManager)
Properties
Public Functions
Reimplemented Public Functions
Additional Inherited Members
Property Documentation
defaultAuthenticationPluginName : const QString
Access functions:
|  QString  | defaultAuthenticationPluginName() const | 
 
defaultEncryptedStoragePluginName : const QString
Access functions:
|  QString  | defaultEncryptedStoragePluginName() const | 
 
defaultEncryptionPluginName : const QString
Access functions:
|  QString  | defaultEncryptionPluginName() const | 
 
defaultStoragePluginName : const QString
Access functions:
|  QString  | defaultStoragePluginName() const | 
 
inAppAuthenticationPluginName : const QString
Access functions:
|  QString  | inAppAuthenticationPluginName() const | 
 
 
Member Function Documentation
SecretManager::SecretManager(QObject *parent = Q_NULLPTR)
Default constructs an instance of SecretManager.
[virtual] SecretManager::~SecretManager()
Destroys the instance of SecretManager. The destructor is virtual.
QByteArray SecretManager::fromBase64(const QString &b64) const
QString SecretManager::stringFromBytes(const QByteArray &stringData) const
QString SecretManager::toBase64(const QByteArray &data) const