Class FileBasedOpenPgpStore
java.lang.Object
org.jivesoftware.smackx.ox.store.abstr.AbstractOpenPgpStore
org.jivesoftware.smackx.ox.store.filebased.FileBasedOpenPgpStore
- All Implemented Interfaces:
OpenPgpKeyStore
,OpenPgpMetadataStore
,OpenPgpStore
,OpenPgpTrustStore
Implementation of the
OpenPgpStore
which stores all information in a directory structure.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jivesoftware.smackx.ox.store.definition.OpenPgpTrustStore
OpenPgpTrustStore.Trust
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.ox.store.abstr.AbstractOpenPgpStore
contacts, keyStore, metadataStore, secretKeyPassphraseCallback, trustStore, unlocker
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jivesoftware.smackx.ox.store.abstr.AbstractOpenPgpStore
deletePublicKeyRing, deleteSecretKeyRing, generateKeyRing, getAnnouncedFingerprintsOf, getKeyRingProtector, getOpenPgpContact, getPublicKeyFetchDates, getPublicKeyRing, getPublicKeysOf, getSecretKeyRing, getSecretKeysOf, getTrust, importPublicKey, importSecretKey, setAnnouncedFingerprintsOf, setKeyRingProtector, setPublicKeyFetchDates, setSecretKeyPassphraseCallback, setTrust
-
Constructor Details
-
FileBasedOpenPgpStore
-
-
Method Details
-
getContactsPath
-