Package org.apache.james.jdkim.impl
Class CompoundBodyHasher
java.lang.Object
org.apache.james.jdkim.impl.CompoundBodyHasher
- All Implemented Interfaces:
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.
-
Constructor Summary
ConstructorsConstructorDescriptionCompoundBodyHasher(Map<String, BodyHasherImpl> bodyHashJobs, Hashtable<String, FailException> signatureExceptions) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CompoundBodyHasher
public CompoundBodyHasher(Map<String, BodyHasherImpl> bodyHashJobs, Hashtable<String, FailException> signatureExceptions)
-
-
Method Details
-
getOutputStream
- Specified by:
getOutputStreamin interfaceBodyHasher
-
getBodyHashJobs
-
getSignatureExceptions
-