Uses of Interface
org.jivesoftware.smackx.ox.store.definition.OpenPgpMetadataStore
-
Packages that use OpenPgpMetadataStore Package Description org.jivesoftware.smackx.ox.store.abstr Abstract OpenPGP store implementations.org.jivesoftware.smackx.ox.store.definition OpenPgp store class definitions.org.jivesoftware.smackx.ox.store.filebased File based store implementations. -
-
Uses of OpenPgpMetadataStore in org.jivesoftware.smackx.ox.store.abstr
Classes in org.jivesoftware.smackx.ox.store.abstr that implement OpenPgpMetadataStore Modifier and Type Class Description classAbstractOpenPgpMetadataStoreclassAbstractOpenPgpStoreFields in org.jivesoftware.smackx.ox.store.abstr declared as OpenPgpMetadataStore Modifier and Type Field Description protected OpenPgpMetadataStoreAbstractOpenPgpStore. metadataStoreConstructors in org.jivesoftware.smackx.ox.store.abstr with parameters of type OpenPgpMetadataStore Constructor Description 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 Modifier and Type Interface Description interfaceOpenPgpStore -
Uses of OpenPgpMetadataStore in org.jivesoftware.smackx.ox.store.filebased
Classes in org.jivesoftware.smackx.ox.store.filebased that implement OpenPgpMetadataStore Modifier and Type Class Description classFileBasedOpenPgpMetadataStoreImplementation of theOpenPgpMetadataStore, which stores metadata information in a file structure.classFileBasedOpenPgpStoreImplementation of theOpenPgpStorewhich stores all information in a directory structure.
-