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 |
AbstractOpenPgpKeyStore |
class |
AbstractOpenPgpStore |
Modifier and Type | Field and Description |
---|---|
protected OpenPgpKeyStore |
AbstractOpenPgpStore.keyStore |
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 |
FileBasedOpenPgpKeyStore
This class is an implementation of the
OpenPgpKeyStore , which stores keys in a file structure. |
class |
FileBasedOpenPgpStore
Implementation of the
OpenPgpStore which stores all information in a directory structure. |