com.sun.xml.ws.security.opt.impl.incoming.processor
Class StreamingPayLoadDigester
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamingPayLoadDigester
public StreamingPayLoadDigester(javax.xml.crypto.dsig.Reference ref,
javax.xml.stream.XMLStreamReader reader,
StAXEXC14nCanonicalizerImpl canonicalizer,
boolean payLoad)
- Creates a new instance of StreamingPayLoadDigester
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.