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

Packages that use SignatureRecord
org.apache.james.jdkim   
org.apache.james.jdkim.impl   
org.apache.james.jdkim.tagvalue   
 

Uses of SignatureRecord in org.apache.james.jdkim
 

Methods in org.apache.james.jdkim that return SignatureRecord
 SignatureRecord DKIMVerifier.newSignatureRecord(String record)
           
 SignatureRecord DKIMSigner.newSignatureRecordTemplate(String record)
           
 

Methods in org.apache.james.jdkim that return types with arguments of type SignatureRecord
 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.
 List<SignatureRecord> DKIMVerifier.verify(Headers messageHeaders, InputStream bodyInputStream)
          Verifies all of the DKIM-Signature records declared in the Headers object.
 List<SignatureRecord> DKIMVerifier.verify(InputStream is)
          Verifies all of the DKIM-Signature records declared in the supplied input stream
 

Methods in org.apache.james.jdkim with parameters of type SignatureRecord
static void DKIMVerifier.apply(PublicKeyRecord pkr, SignatureRecord sign)
          asserts applicability of a signature record the a public key record.
protected  BodyHasherImpl DKIMVerifier.newBodyHasher(SignatureRecord signRecord)
           
 BodyHasher DKIMSigner.newBodyHasher(SignatureRecord signRecord)
           
 PublicKeyRecord DKIMVerifier.publicRecordLookup(SignatureRecord sign)
          Iterates through signature's declared lookup method
protected static void DKIMCommon.signatureCheck(Headers h, SignatureRecord sign, List<CharSequence> headers, Signature signature)
           
 

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

Methods in org.apache.james.jdkim.impl that return SignatureRecord
 SignatureRecord BodyHasherImpl.getSignatureRecord()
           
 

Methods in org.apache.james.jdkim.impl with parameters of type SignatureRecord
 void BodyHasherImpl.setSignatureRecord(SignatureRecord sign)
           
 

Constructors in org.apache.james.jdkim.impl with parameters of type SignatureRecord
BodyHasherImpl(SignatureRecord sign)
           
 

Uses of SignatureRecord in org.apache.james.jdkim.tagvalue
 

Classes in org.apache.james.jdkim.tagvalue that implement SignatureRecord
 class SignatureRecordImpl
           
 



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