Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Contributing additional reader implementation #55

Closed
GoogleCodeExporter opened this issue Mar 7, 2015 · 1 comment
Closed

Contributing additional reader implementation #55

GoogleCodeExporter opened this issue Mar 7, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I've created a KeyczarReader implementation that can use a keystore from any 
location accessible to 
the current classloader, including Jar files.  This is useful if you want to 
track your keystore in 
version control and package and distribute it with your application code.

As an example, you can simply create a new keystore using the KeyczarTool in 
'src/main/resources/keystore', check it into source control, and have it 
automatically packaged with 
your application code during the build.  This reader will be able to load keys 
from the store using 
the location ("keystore" in this example) from within the Jar file.

Original issue reported on code.google.com by craigwblake@gmail.com on 26 Jan 2010 at 10:39

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by jtu...@gmail.com on 2 Mar 2013 at 9:49

  • Added labels: Type-Patch, Implementation-Java
  • Removed labels: Type-Enhancement

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants