Uses of Interface
org.jivesoftware.smackx.ox.store.definition.OpenPgpKeyStore
Package
Description
Abstract OpenPGP store implementations.
OpenPgp store class definitions.
File based store implementations.
-
Uses of OpenPgpKeyStore in org.jivesoftware.smackx.ox.store.abstr
ModifierConstructorDescriptionprotected
AbstractOpenPgpStore
(OpenPgpKeyStore keyStore, OpenPgpMetadataStore metadataStore, OpenPgpTrustStore trustStore) -
Uses of OpenPgpKeyStore in org.jivesoftware.smackx.ox.store.definition
-
Uses of OpenPgpKeyStore in org.jivesoftware.smackx.ox.store.filebased
Modifier and TypeClassDescriptionclass
This class is an implementation of theOpenPgpKeyStore
, which stores keys in a file structure.class
Implementation of theOpenPgpStore
which stores all information in a directory structure.