Class FileBasedOpenPgpKeyStore

  • All Implemented Interfaces:
    OpenPgpKeyStore

    public class FileBasedOpenPgpKeyStore
    extends AbstractOpenPgpKeyStore
    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