Uses of Interface
org.jivesoftware.smackx.ox.store.definition.OpenPgpStore
Packages that use OpenPgpStore
Package
Description
Smack API for XEP-0373: OpenPGP for XMPP.
Crypto Providers for XEP-0373: OpenPGP for XMPP using Bouncycastle.
Abstract OpenPGP store implementations.
File based store implementations.
- 
Uses of OpenPgpStore in org.jivesoftware.smackx.ox
Fields in org.jivesoftware.smackx.ox declared as OpenPgpStoreConstructors in org.jivesoftware.smackx.ox with parameters of type OpenPgpStoreModifierConstructorDescriptionOpenPgpContact(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 OpenPgpStoreModifier and TypeMethodDescriptionOpenPgpProvider.getStore()Return theOpenPgpStoreinstance of this provider.PainlessOpenPgpProvider.getStore()Constructors in org.jivesoftware.smackx.ox.crypto with parameters of type OpenPgpStore - 
Uses of OpenPgpStore in org.jivesoftware.smackx.ox.store.abstr
Classes in org.jivesoftware.smackx.ox.store.abstr that implement OpenPgpStore - 
Uses of OpenPgpStore in org.jivesoftware.smackx.ox.store.filebased
Classes in org.jivesoftware.smackx.ox.store.filebased that implement OpenPgpStoreModifier and TypeClassDescriptionclassImplementation of theOpenPgpStorewhich stores all information in a directory structure.