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

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

Uses of Headers in org.apache.james.jdkim
 

Methods in org.apache.james.jdkim with parameters of type Headers
 String DKIMSigner.sign(Headers message, BodyHasher bhj)
           
protected static void DKIMCommon.signatureCheck(Headers h, SignatureRecord sign, List headers, Signature signature)
           
 List DKIMVerifier.verify(Headers messageHeaders, InputStream bodyInputStream)
          Verifies all of the DKIM-Signature records declared in the Headers object.
 

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

Classes in org.apache.james.jdkim.impl that implement Headers
 class Message
          The header of an entity (see RFC 2045).
 



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