Uses of Class
org.apache.james.jdkim.impl.BodyHasherImpl
-
Packages that use BodyHasherImpl Package Description org.apache.james.jdkim org.apache.james.jdkim.impl -
-
Uses of BodyHasherImpl in org.apache.james.jdkim
Methods in org.apache.james.jdkim that return BodyHasherImpl Modifier and Type Method Description protected BodyHasherImpl
DKIMVerifier. newBodyHasher(SignatureRecord signRecord)
-
Uses of BodyHasherImpl in org.apache.james.jdkim.impl
Methods in org.apache.james.jdkim.impl that return types with arguments of type BodyHasherImpl Modifier and Type Method Description Map<String,BodyHasherImpl>
CompoundBodyHasher. getBodyHashJobs()
Constructor parameters in org.apache.james.jdkim.impl with type arguments of type BodyHasherImpl Constructor Description CompoundBodyHasher(Map<String,BodyHasherImpl> bodyHashJobs, Hashtable<String,FailException> signatureExceptions)
-