Uses of Enum
org.jivesoftware.smackx.ox.store.definition.OpenPgpTrustStore.Trust
Packages that use OpenPgpTrustStore.Trust
Package
Description
Smack API for XEP-0373: OpenPGP for XMPP.
Abstract OpenPGP store implementations.
OpenPgp store class definitions.
File based store implementations.
-
Uses of OpenPgpTrustStore.Trust in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that return OpenPgpTrustStore.TrustModifier and TypeMethodDescriptionOpenPgpContact.getTrust
(org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Determine theOpenPgpTrustStore.Trust
state of the key identified by thefingerprint
.Methods in org.jivesoftware.smackx.ox with parameters of type OpenPgpTrustStore.TrustModifier and TypeMethodDescriptionSet<org.pgpainless.key.OpenPgpV4Fingerprint>
OpenPgpContact.getFingerprintsOfKeysWithState
(org.bouncycastle.openpgp.PGPPublicKeyRingCollection publicKeys, OpenPgpTrustStore.Trust trust) Return aSet
ofOpenPgpV4Fingerprint
s of all keys inpublicKeys
, which are marked with theOpenPgpTrustStore.Trust
oftrust
.protected org.bouncycastle.openpgp.PGPPublicKeyRingCollection
OpenPgpContact.getPublicKeysOfTrustState
(org.bouncycastle.openpgp.PGPPublicKeyRingCollection keys, OpenPgpTrustStore.Trust trust) Return aPGPPublicKeyRingCollection
, which contains all keys fromkeys
, which are marked with theOpenPgpTrustStore.Trust
state oftrust
. -
Uses of OpenPgpTrustStore.Trust in org.jivesoftware.smackx.ox.store.abstr
Methods in org.jivesoftware.smackx.ox.store.abstr that return OpenPgpTrustStore.TrustModifier and TypeMethodDescriptionAbstractOpenPgpTrustStore.getTrust
(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) protected abstract OpenPgpTrustStore.Trust
AbstractOpenPgpTrustStore.readTrust
(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Read the trust record for the key with fingerprintfingerprint
of userowner
from local storage.Methods in org.jivesoftware.smackx.ox.store.abstr with parameters of type OpenPgpTrustStore.TrustModifier and TypeMethodDescriptionvoid
AbstractOpenPgpStore.setTrust
(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint, OpenPgpTrustStore.Trust trust) void
AbstractOpenPgpTrustStore.setTrust
(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint, OpenPgpTrustStore.Trust trust) protected abstract void
AbstractOpenPgpTrustStore.writeTrust
(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint, OpenPgpTrustStore.Trust trust) Write the trust record for the key with fingerprintfingerprint
of userowner
to local storage. -
Uses of OpenPgpTrustStore.Trust in org.jivesoftware.smackx.ox.store.definition
Methods in org.jivesoftware.smackx.ox.store.definition that return OpenPgpTrustStore.TrustModifier and TypeMethodDescriptionstatic OpenPgpTrustStore.Trust
Returns the enum constant of this type with the specified name.static OpenPgpTrustStore.Trust[]
OpenPgpTrustStore.Trust.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smackx.ox.store.definition with parameters of type OpenPgpTrustStore.TrustModifier and TypeMethodDescriptionvoid
OpenPgpTrustStore.setTrust
(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint, OpenPgpTrustStore.Trust trust) -
Uses of OpenPgpTrustStore.Trust in org.jivesoftware.smackx.ox.store.filebased
Methods in org.jivesoftware.smackx.ox.store.filebased that return OpenPgpTrustStore.TrustModifier and TypeMethodDescriptionprotected OpenPgpTrustStore.Trust
FileBasedOpenPgpTrustStore.readTrust
(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Methods in org.jivesoftware.smackx.ox.store.filebased with parameters of type OpenPgpTrustStore.TrustModifier and TypeMethodDescriptionprotected void
FileBasedOpenPgpTrustStore.writeTrust
(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint, OpenPgpTrustStore.Trust trust)