Uses of Interface
org.jivesoftware.smackx.ox.store.definition.OpenPgpKeyStore
Packages that use 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
Classes in org.jivesoftware.smackx.ox.store.abstr that implement OpenPgpKeyStoreFields in org.jivesoftware.smackx.ox.store.abstr declared as OpenPgpKeyStoreConstructors in org.jivesoftware.smackx.ox.store.abstr with parameters of type OpenPgpKeyStoreModifierConstructorDescriptionprotectedAbstractOpenPgpStore(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 -
Uses of OpenPgpKeyStore in org.jivesoftware.smackx.ox.store.filebased
Classes in org.jivesoftware.smackx.ox.store.filebased that implement OpenPgpKeyStoreModifier and TypeClassDescriptionclassThis class is an implementation of theOpenPgpKeyStore, which stores keys in a file structure.classImplementation of theOpenPgpStorewhich stores all information in a directory structure.