com.sun.xml.ws.security.opt.impl.incoming.processor
Class StreamingPayLoadDigester

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.incoming.processor.StreamingPayLoadDigester
All Implemented Interfaces:
javax.xml.stream.StreamFilter

public class StreamingPayLoadDigester
extends Object
implements javax.xml.stream.StreamFilter

Author:
K.Venugopal@sun.com

Constructor Summary
StreamingPayLoadDigester(javax.xml.crypto.dsig.Reference ref, javax.xml.stream.XMLStreamReader reader, StAXEXC14nCanonicalizerImpl canonicalizer, boolean payLoad)
          Creates a new instance of StreamingPayLoadDigester
 
Method Summary
 boolean accept(javax.xml.stream.XMLStreamReader xMLStreamReader)
          calculates the digest of the payload in a streaming fashion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamingPayLoadDigester

public StreamingPayLoadDigester(javax.xml.crypto.dsig.Reference ref,
                                javax.xml.stream.XMLStreamReader reader,
                                StAXEXC14nCanonicalizerImpl canonicalizer,
                                boolean payLoad)
Creates a new instance of StreamingPayLoadDigester

Method Detail

accept

public boolean accept(javax.xml.stream.XMLStreamReader xMLStreamReader)
calculates the digest of the payload in a streaming fashion

Specified by:
accept in interface javax.xml.stream.StreamFilter
Parameters:
xMLStreamReader - XMLStreamReader
Returns:


Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.