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.Truststate 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 aSetofOpenPgpV4Fingerprints of all keys inpublicKeys, which are marked with theOpenPgpTrustStore.Trustoftrust.protected org.bouncycastle.openpgp.PGPPublicKeyRingCollectionOpenPgpContact.getPublicKeysOfTrustState(org.bouncycastle.openpgp.PGPPublicKeyRingCollection keys, OpenPgpTrustStore.Trust trust) Return aPGPPublicKeyRingCollection, which contains all keys fromkeys, which are marked with theOpenPgpTrustStore.Truststate 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.TrustAbstractOpenPgpTrustStore.readTrust(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Read the trust record for the key with fingerprintfingerprintof userownerfrom local storage.Methods in org.jivesoftware.smackx.ox.store.abstr with parameters of type OpenPgpTrustStore.TrustModifier and TypeMethodDescriptionvoidAbstractOpenPgpStore.setTrust(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint, OpenPgpTrustStore.Trust trust) voidAbstractOpenPgpTrustStore.setTrust(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint, OpenPgpTrustStore.Trust trust) protected abstract voidAbstractOpenPgpTrustStore.writeTrust(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint, OpenPgpTrustStore.Trust trust) Write the trust record for the key with fingerprintfingerprintof userownerto 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.TrustReturns 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 TypeMethodDescriptionvoidOpenPgpTrustStore.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.TrustFileBasedOpenPgpTrustStore.readTrust(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Methods in org.jivesoftware.smackx.ox.store.filebased with parameters of type OpenPgpTrustStore.TrustModifier and TypeMethodDescriptionprotected voidFileBasedOpenPgpTrustStore.writeTrust(BareJid owner, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint, OpenPgpTrustStore.Trust trust)