Class FileBasedOpenPgpKeyStore

java.lang.Object
org.jivesoftware.smackx.ox.store.abstr.AbstractOpenPgpKeyStore
org.jivesoftware.smackx.ox.store.filebased.FileBasedOpenPgpKeyStore
All Implemented Interfaces:
OpenPgpKeyStore

This class is an implementation of the OpenPgpKeyStore, which stores keys in a file structure. The keys are stored in the following directory structure:

<basePath>/
    <userjid@server.tld>/
        pubring.pkr      // public keys of the user/contact
        secring.pkr      // secret keys of the user
        fetchDates.list  // date of the last time we fetched the users keys