Lines Matching refs:TofuInfo
32 class GpgME::TofuInfo::Private
65 GpgME::TofuInfo::TofuInfo(gpgme_tofu_info_t info) in TofuInfo() function in GpgME::TofuInfo
70 GpgME::TofuInfo::TofuInfo() : d() in TofuInfo() function in GpgME::TofuInfo
74 bool GpgME::TofuInfo::isNull() const in isNull()
79 GpgME::TofuInfo::Validity GpgME::TofuInfo::validity() const in validity()
100 GpgME::TofuInfo::Policy GpgME::TofuInfo::policy() const in policy()
122 const char *GpgME::TofuInfo::description() const in description()
127 unsigned short GpgME::TofuInfo::signCount() const in signCount()
132 unsigned short GpgME::TofuInfo::encrCount() const in encrCount()
137 unsigned long GpgME::TofuInfo::signFirst() const in signFirst()
142 unsigned long GpgME::TofuInfo::signLast() const in signLast()
147 unsigned long GpgME::TofuInfo::encrFirst() const in encrFirst()
152 unsigned long GpgME::TofuInfo::encrLast() const in encrLast()
157 std::ostream &GpgME::operator<<(std::ostream &os, const GpgME::TofuInfo &info) in operator <<()