wohaph / keyczar

Automatically exported from code.google.com/p/keyczar
0 stars 0 forks source link

Contributing additional reader implementation #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago

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