Re: BlobCrypterSecurityTokenDecoder and key file

2010-07-17 Thread Pablo Graña
Thanks for the poniter. Just finished reading through the ticket. I will find some time and try to provide a patch. On Fri, Jul 16, 2010 at 10:18 PM, Paul Lindner wrote: > I don't see why one couldn't expose the decrypt method. > > You might want to check out the patch in SHINDIG-811 which might

Re: BlobCrypterSecurityTokenDecoder and key file

2010-07-16 Thread Paul Lindner
I don't see why one couldn't expose the decrypt method. You might want to check out the patch in SHINDIG-811 which might help you load from the resource path. On Jul 13, 2010, at 10:49 AM, Pablo Graña wrote: > Hi all: > > I'd like to change (in my app) the strategy to get the key used > in Blo

BlobCrypterSecurityTokenDecoder and key file

2010-07-13 Thread Pablo Graña
Hi all: I'd like to change (in my app) the strategy to get the key used in BlobCrypterSecurityTokenDecoder. The current way is to read the key from a file, but I'd like to have it somewhere else. My app already has a spring app context, so I'd like to get that key from there. We created our own S