#include <mw/cwrt/trustsession.h>
class WRT::TrustSession |
Public Member Functions | |
---|---|
TrustSession() | |
TrustSession(const QString &) | |
~TrustSession() | |
QString | domainFor(TrustCriteriaType, const QString &) |
QString | domainFor(const QString &, const QString &) |
bool | setPolicyFile(const QString &) |
bool | setPolicyFile(const QByteArray &) |
This class represents a trust manager client session
TrustSession | ( | const QString & | policy | ) |
Constructor with a policy file
QString | domainFor | ( | TrustCriteriaType | type, |
const QString & | value | |||
) |
Gets the domain for a specified value
Parameters | |
---|---|
type | - Type of domain |
value | - Value to get the domain for |
QString | domainFor | ( | const QString & | name, |
const QString & | value | |||
) |
Gets the domain for a specified value
Parameters | |
---|---|
name | - Name of the type |
value | - Value to get the domain for |