You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Sathish Kumar <Sa...@infravio.com> on 2005/03/02 12:35:27 UTC

Verify Signature without using Crypto

Hi All,

Iam using the method processSecurityHeader( ) from WSSecurityEngine class to 
verify a Signature.
When i sign a soap request, i use a Private key to sign it. (Using a PFX 
file and pass a crytpo).
I pass the public certificate in the wire. When i try to verify it from the 
server side, should i definitely need a crypto file and is it
not possible to use only the public certificate passed on the wire to verify 
the signature ?

Thanks,
Sathish Kumar T.K.