Class CompoundBodyHasher

java.lang.Object
org.apache.james.jdkim.impl.CompoundBodyHasher
All Implemented Interfaces:
BodyHasher

public class CompoundBodyHasher extends Object implements BodyHasher
CompoundBodyHasher is used for verification purpose. It contains a compund output stream that will calculate the body hash for multiple signatures. This object is a container for "bodyHashJobs" and "signatureExceptions" for 2-stage verification process.