RE: java signaturevalue verification

2005-08-19 Thread Miha Vidmar
Title: RE: java signaturevalue verification No, I use Apache XMLSec. I meant CryptoManager from mozilla jss. I don't know how exactly they are connected (i know that jss handles the signaturevalue in some way), but whenever cryptomanager is initialized with some certificate store

Re: java signaturevalue verification

2005-08-19 Thread Sean Mullan
There is no class named CryptoManager in the Apache XMLSec Java sources. It sounds like you are using some other XML Security implementation. --Sean Miha Vidmar wrote: Hi, i am wondering about something. I have a test case where I verify a simple signature that keeps failing on me. All the