Uses of Interface
org.jivesoftware.smackx.ox.store.definition.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
ModifierConstructorDescriptionOpenPgpContact
(BareJid jid, OpenPgpStore store) Create a new OpenPgpContact. -
Uses of OpenPgpStore in org.jivesoftware.smackx.ox.crypto
Modifier and TypeMethodDescriptionOpenPgpProvider.getStore()
Return theOpenPgpStore
instance of this provider.PainlessOpenPgpProvider.getStore()
-
Uses of OpenPgpStore in org.jivesoftware.smackx.ox.store.abstr
-
Uses of OpenPgpStore in org.jivesoftware.smackx.ox.store.filebased
Modifier and TypeClassDescriptionclass
Implementation of theOpenPgpStore
which stores all information in a directory structure.