Uses of Interface
org.jivesoftware.smackx.ox.store.definition.OpenPgpStore
-
Packages that use OpenPgpStore Package Description org.jivesoftware.smackx.ox Smack API for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.ox.crypto Crypto Providers for XEP-0373: OpenPGP for XMPP using Bouncycastle.org.jivesoftware.smackx.ox.store.abstr Abstract OpenPGP store implementations.org.jivesoftware.smackx.ox.store.filebased File based store implementations. -
-
Uses of OpenPgpStore in org.jivesoftware.smackx.ox
Fields in org.jivesoftware.smackx.ox declared as OpenPgpStore Modifier and Type Field Description protected OpenPgpStoreOpenPgpContact. storeConstructors in org.jivesoftware.smackx.ox with parameters of type OpenPgpStore Constructor Description OpenPgpContact(BareJid jid, OpenPgpStore store)Create a new OpenPgpContact. -
Uses of OpenPgpStore in org.jivesoftware.smackx.ox.crypto
Methods in org.jivesoftware.smackx.ox.crypto that return OpenPgpStore Modifier and Type Method Description OpenPgpStoreOpenPgpProvider. getStore()Return theOpenPgpStoreinstance of this provider.OpenPgpStorePainlessOpenPgpProvider. getStore()Constructors in org.jivesoftware.smackx.ox.crypto with parameters of type OpenPgpStore Constructor Description PainlessOpenPgpProvider(OpenPgpStore store) -
Uses of OpenPgpStore in org.jivesoftware.smackx.ox.store.abstr
Classes in org.jivesoftware.smackx.ox.store.abstr that implement OpenPgpStore Modifier and Type Class Description classAbstractOpenPgpStore -
Uses of OpenPgpStore in org.jivesoftware.smackx.ox.store.filebased
Classes in org.jivesoftware.smackx.ox.store.filebased that implement OpenPgpStore Modifier and Type Class Description classFileBasedOpenPgpStoreImplementation of theOpenPgpStorewhich stores all information in a directory structure.
-