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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOpenPgpMetadataStore |
class |
AbstractOpenPgpStore |
Modifier and Type | Field and Description |
---|---|
protected OpenPgpMetadataStore |
AbstractOpenPgpStore.metadataStore |
Constructor and Description |
---|
AbstractOpenPgpStore(OpenPgpKeyStore keyStore,
OpenPgpMetadataStore metadataStore,
OpenPgpTrustStore trustStore) |
Modifier and Type | Interface and Description |
---|---|
interface |
OpenPgpStore |
Modifier and Type | Class and Description |
---|---|
class |
FileBasedOpenPgpMetadataStore
Implementation of the
OpenPgpMetadataStore , which stores metadata information in a file structure. |
class |
FileBasedOpenPgpStore
Implementation of the
OpenPgpStore which stores all information in a directory structure. |