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

Packages that use SignatureRecord
org.apache.james.jdkim   
org.apache.james.jdkim.api   
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 with parameters of type SignatureRecord
static void DKIMVerifier.apply(PublicKeyRecord pkr, SignatureRecord sign)
          asserts applicability of a signature record the a public key record.
 BodyHasher 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 headers, Signature signature)
           
 

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

Methods in org.apache.james.jdkim.api that return SignatureRecord
 SignatureRecord BodyHasher.getSignatureRecord()
           
 

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-2009 The Apache Software Foundation. All Rights Reserved.