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(Headers messageHeaders)
           
 BodyHasher DKIMSigner.newBodyHasher(SignatureRecord signRecord)
           
 

Methods in org.apache.james.jdkim with parameters of type BodyHasher
 String DKIMSigner.sign(Headers message, BodyHasher bh)
           
 List<SignatureRecord> DKIMVerifier.verify(BodyHasher bh)
          Completes the simultaneous verification of multiple signatures given the previously prepared compound body hasher where the user already written the body to the outputstream and closed it.
 

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

Classes in org.apache.james.jdkim.impl that implement BodyHasher
 class BodyHasherImpl
           
 class CompoundBodyHasher
          CompoundBodyHasher is used for verification purpose.
 



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