Uses of Class
org.apache.james.jdkim.impl.BodyHasherImpl

Packages that use BodyHasherImpl
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
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
 Map<String,BodyHasherImpl> CompoundBodyHasher.getBodyHashJobs()
           
 

Constructor parameters in org.apache.james.jdkim.impl with type arguments of type BodyHasherImpl
CompoundBodyHasher(Map<String,BodyHasherImpl> bodyHashJobs, Hashtable<String,FailException> signatureExceptions)
           
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.