Home
last modified time | relevance | path

Searched defs:trustLevel (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/net-im/signald/signald-65cf5e8a1cf2b81fd1f5c3936e0164d53c5a9b29/src/main/java/io/finn/signald/db/
H A DIdentityKeysTable.java99 …public boolean saveIdentity(String address, IdentityKey identityKey, TrustLevel trustLevel) throws… in saveIdentity()
103 …public boolean saveIdentity(Recipient recipient, IdentityKey identityKey, TrustLevel trustLevel) {… in saveIdentity()
104 …public boolean saveIdentity(Recipient recipient, IdentityKey identityKey, TrustLevel trustLevel, D… in saveIdentity()
150 TrustLevel trustLevel = TrustLevel.valueOf(rows.getString(TRUST_LEVEL)); in isTrustedIdentity() local
205 TrustLevel trustLevel = TrustLevel.valueOf(row.getString(TRUST_LEVEL)); in getIdentities() local
229 TrustLevel trustLevel = TrustLevel.valueOf(row.getString(TRUST_LEVEL)); in getIdentities() local
240 TrustLevel trustLevel; field in IdentityKeysTable.IdentityKeyRow
243 …tityKeyRow(SignalServiceAddress address, IdentityKey identityKey, TrustLevel trustLevel, Date adde… in IdentityKeyRow()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DTrustLevelCollection.cs47 public void Add (TrustLevel trustLevel) in Add()
62 public void Remove (TrustLevel trustLevel) in Remove()
72 public void Set (int index, TrustLevel trustLevel) in Set()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DTrustLevelCollection.cs86 public void Add(TrustLevel trustLevel) { in Add()
102 public void Remove(TrustLevel trustLevel) { in Remove()
106 public void Set(int index, TrustLevel trustLevel) { in Set()
/dports/net-im/signald/signald-65cf5e8a1cf2b81fd1f5c3936e0164d53c5a9b29/src/main/java/io/finn/signald/clientprotocol/v1/
H A DIdentityKey.java30 …_level") @Doc("One of TRUSTED_UNVERIFIED, TRUSTED_VERIFIED or UNTRUSTED") public String trustLevel; field in IdentityKey
40 public IdentityKey(String trustLevel, Fingerprint fingerprint) { in IdentityKey()
H A DTrustRequest.java57 public String trustLevel = "TRUSTED_VERIFIED"; field in TrustRequest
/dports/polish/kadu/kadu-4.3/plugins/encryption_otr/gui/widgets/
H A Dotr-peer-identity-verification-result-page.cpp65 OtrTrustLevelService::TrustLevel trustLevel = TrustLevelService in initializePage() local
73 OtrTrustLevelService::TrustLevel trustLevel) in stateToString()
H A Dotr-chat-top-bar-widget.cpp114 OtrTrustLevelService::TrustLevel OtrChatTopBarWidget::trustLevel() const in trustLevel() function in OtrChatTopBarWidget
/dports/net-im/signal-cli/signal-cli-0.9.0/lib/src/main/java/org/asamk/signal/manager/storage/identities/
H A DIdentityInfo.java13 private final TrustLevel trustLevel; field in IdentityInfo
17 … final RecipientId recipientId, IdentityKey identityKey, TrustLevel trustLevel, Date added in IdentityInfo()
H A DIdentityKeyStore.java85 final var trustLevel = trustNewIdentity == TrustNewIdentity.ALWAYS || ( in saveIdentity() local
96 RecipientId recipientId, IdentityKey identityKey, TrustLevel trustLevel in setIdentityTrustLevel()
207 var trustLevel = TrustLevel.fromInt(storage.getTrustLevel()); in loadIdentityLocked() local
257 private int trustLevel; field in IdentityKeyStore.IdentityStorage
264 …private IdentityStorage(final String identityKey, final int trustLevel, final long addedTimestamp)… in IdentityStorage()
/dports/net-im/signal-cli/signal-cli-0.9.0/lib/src/main/java/org/asamk/signal/manager/storage/protocol/
H A DLegacyIdentityInfo.java13 TrustLevel trustLevel; field in LegacyIdentityInfo
16 …LegacyIdentityInfo(RecipientAddress address, IdentityKey identityKey, TrustLevel trustLevel, Date … in LegacyIdentityInfo()
/dports/net-im/signald/signald-65cf5e8a1cf2b81fd1f5c3936e0164d53c5a9b29/src/main/java/io/finn/signald/storage/
H A DIdentityKeyStore.java54 …veIdentity(SignalServiceAddress address, IdentityKey identityKey, TrustLevel trustLevel) { return … in saveIdentity()
78 …veIdentity(SignalServiceAddress address, IdentityKey identityKey, TrustLevel trustLevel, Date adde… in saveIdentity()
140 TrustLevel trustLevel; field in IdentityKeyStore.Identity
145 …Identity(SignalServiceAddress address, IdentityKey identityKey, TrustLevel trustLevel, Date added)… in Identity()
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/lib/
H A Dotr-status.h45 KTp::OTRTrustLevel trustLevel; variable
H A Dotr-status.cpp23 OtrStatus::OtrStatus(KTp::OTRTrustLevel trustLevel) in OtrStatus()
/dports/devel/staf/src/staf/stafproc/
H A DSTAFTrustManager.cpp171 unsigned int trustLevel) in setMachineTrusteeLevel()
240 unsigned int trustLevel) in setUserTrusteeLevel()
315 STAFRC_t STAFTrustManager::setDefaultTrusteeLevel(unsigned int trustLevel) in setDefaultTrusteeLevel()
/dports/net-im/signal-cli/signal-cli-0.9.0/src/main/java/org/asamk/signal/commands/
H A DListIdentitiesCommand.java95 public final String trustLevel; field in ListIdentitiesCommand.JsonIdentity
104 final String trustLevel, in JsonIdentity()
/dports/devel/staf/src/staf/lang/java/service/
H A DSTAFServiceInterfaceLevel30.java61 public int trustLevel; field in STAFServiceInterfaceLevel30.RequestInfo
72 int handle, int trustLevel, in RequestInfo()
/dports/security/libkleo/libkleo-21.12.3/src/kleo/
H A Denum.cpp236 Kleo::TrustLevel Kleo::trustLevel(const GpgME::Key &key) in trustLevel() function in Kleo
281 Kleo::TrustLevel Kleo::trustLevel(const GpgME::UserID &uid) in trustLevel() function in Kleo
/dports/security/py-gpgme/gpgme-1.15.1/lang/cpp/src/
H A Dtrustitem.cpp103 int TrustItem::trustLevel() const in trustLevel() function in GpgME::TrustItem
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/cpp/src/
H A Dtrustitem.cpp103 int TrustItem::trustLevel() const in trustLevel() function in GpgME::TrustItem
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/cpp/src/
H A Dtrustitem.cpp103 int TrustItem::trustLevel() const in trustLevel() function in GpgME::TrustItem
/dports/security/gpgme/gpgme-1.15.1/lang/cpp/src/
H A Dtrustitem.cpp103 int TrustItem::trustLevel() const in trustLevel() function in GpgME::TrustItem
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtcanvas.cpp105 HRESULT STDMETHODCALLTYPE QWinRTCanvas::GetTrustLevel(TrustLevel *trustLevel) in GetTrustLevel()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtcanvas.cpp105 HRESULT STDMETHODCALLTYPE QWinRTCanvas::GetTrustLevel(TrustLevel *trustLevel) in GetTrustLevel()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtcanvas.cpp105 HRESULT STDMETHODCALLTYPE QWinRTCanvas::GetTrustLevel(TrustLevel *trustLevel) in GetTrustLevel()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtcanvas.cpp105 HRESULT STDMETHODCALLTYPE QWinRTCanvas::GetTrustLevel(TrustLevel *trustLevel) in GetTrustLevel()

123456789