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
 BodyHasher DKIMVerifier.newBodyHasher(Headers messageHeaders)
           
 String DKIMSigner.sign(Headers message, BodyHasher bh)
           
protected static void DKIMCommon.signatureCheck(Headers h, SignatureRecord sign, List<CharSequence> headers, Signature signature)
           
 List<SignatureRecord> 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-2011 The Apache Software Foundation. All Rights Reserved.