Uses of Interface
org.jivesoftware.smackx.ox.store.definition.OpenPgpKeyStore
-
Packages that use OpenPgpKeyStore 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 OpenPgpKeyStore in org.jivesoftware.smackx.ox.store.abstr
Classes in org.jivesoftware.smackx.ox.store.abstr that implement OpenPgpKeyStore Modifier and Type Class Description classAbstractOpenPgpKeyStoreclassAbstractOpenPgpStoreFields in org.jivesoftware.smackx.ox.store.abstr declared as OpenPgpKeyStore Modifier and Type Field Description protected OpenPgpKeyStoreAbstractOpenPgpStore. keyStoreConstructors in org.jivesoftware.smackx.ox.store.abstr with parameters of type OpenPgpKeyStore Constructor Description AbstractOpenPgpStore(OpenPgpKeyStore keyStore, OpenPgpMetadataStore metadataStore, OpenPgpTrustStore trustStore) -
Uses of OpenPgpKeyStore in org.jivesoftware.smackx.ox.store.definition
Subinterfaces of OpenPgpKeyStore in org.jivesoftware.smackx.ox.store.definition Modifier and Type Interface Description interfaceOpenPgpStore -
Uses of OpenPgpKeyStore in org.jivesoftware.smackx.ox.store.filebased
Classes in org.jivesoftware.smackx.ox.store.filebased that implement OpenPgpKeyStore Modifier and Type Class Description classFileBasedOpenPgpKeyStoreThis class is an implementation of theOpenPgpKeyStore, which stores keys in a file structure.classFileBasedOpenPgpStoreImplementation of theOpenPgpStorewhich stores all information in a directory structure.
-