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

public class FileBasedOpenPgpStore extends AbstractOpenPgpStore
Implementation of the OpenPgpStore which stores all information in a directory structure.
  • Constructor Details

    • FileBasedOpenPgpStore

      public FileBasedOpenPgpStore(File basePath)
  • Method Details

    • getContactsPath

      public static File getContactsPath(File basePath, org.jxmpp.jid.BareJid jid)