Uses of Interface
org.apache.james.jdkim.api.BodyHasher

Packages that use BodyHasher
org.apache.james.jdkim   
org.apache.james.jdkim.impl   
 

Uses of BodyHasher in org.apache.james.jdkim
 

Methods in org.apache.james.jdkim that return BodyHasher
 BodyHasher DKIMVerifier.newBodyHasher(SignatureRecord signRecord)
           
 BodyHasher DKIMSigner.newBodyHasher(SignatureRecord signRecord)
           
 

Methods in org.apache.james.jdkim with parameters of type BodyHasher
 String DKIMSigner.sign(Headers message, BodyHasher bhj)
           
 

Uses of BodyHasher in org.apache.james.jdkim.impl
 

Classes in org.apache.james.jdkim.impl that implement BodyHasher
 class BodyHasherImpl
           
 



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