org.apache.ws.sandbox.security.trust.verify
Class SignatureVerifier

java.lang.Object
  extended byorg.apache.ws.sandbox.security.trust.verify.SignatureVerifier
All Implemented Interfaces:
STVerifier

public class SignatureVerifier
extends java.lang.Object
implements STVerifier

Author:
Ruchith

Constructor Summary
SignatureVerifier(java.util.Properties prop)
           
 
Method Summary
 boolean verify(org.w3c.dom.Document doc)
          Verification for the Trust engine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureVerifier

public SignatureVerifier(java.util.Properties prop)
Method Detail

verify

public boolean verify(org.w3c.dom.Document doc)
               throws WSTrustException
Description copied from interface: STVerifier
Verification for the Trust engine

Specified by:
verify in interface STVerifier
Parameters:
doc - The request document
Returns:
Verified/NOT ?
Throws:
WSTrustException


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.