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