Uses of Interface
org.jivesoftware.smackx.ox.store.definition.OpenPgpMetadataStore
Packages that use OpenPgpMetadataStore
Package
Description
Abstract OpenPGP store implementations.
OpenPgp store class definitions.
File based store implementations.
-
Uses of OpenPgpMetadataStore in org.jivesoftware.smackx.ox.store.abstr
Classes in org.jivesoftware.smackx.ox.store.abstr that implement OpenPgpMetadataStoreFields in org.jivesoftware.smackx.ox.store.abstr declared as OpenPgpMetadataStoreModifier and TypeFieldDescriptionprotected final OpenPgpMetadataStore
AbstractOpenPgpStore.metadataStore
Constructors in org.jivesoftware.smackx.ox.store.abstr with parameters of type OpenPgpMetadataStoreModifierConstructorDescriptionprotected
AbstractOpenPgpStore
(OpenPgpKeyStore keyStore, OpenPgpMetadataStore metadataStore, OpenPgpTrustStore trustStore) -
Uses of OpenPgpMetadataStore in org.jivesoftware.smackx.ox.store.definition
Subinterfaces of OpenPgpMetadataStore in org.jivesoftware.smackx.ox.store.definition -
Uses of OpenPgpMetadataStore in org.jivesoftware.smackx.ox.store.filebased
Classes in org.jivesoftware.smackx.ox.store.filebased that implement OpenPgpMetadataStoreModifier and TypeClassDescriptionclass
Implementation of theOpenPgpMetadataStore
, which stores metadata information in a file structure.class
Implementation of theOpenPgpStore
which stores all information in a directory structure.