How do I access a Geronimo KeyStore from a Stateless EJB?
I need a way of specifiing the KeyStore name, then getting a named private
key. The provider field could be used, but I haven't found any documentation
on how to do this in Geronimo.
The available documentation is mainly related to https and security realms.
Not decryption of stored data as I need the key for.
Something like the following could be correct:
KeyStore keyStore =
KeyStore.getInstance(KeyStore.getDefaultType(),"MyKeyStoreName");

-- 
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/Access-to-Geronimo-KeyStores-tp2603925p2603925.html
Sent from the Users mailing list archive at Nabble.com.

Reply via email to