Uses of Class
org.apache.james.jdkim.exceptions.PermFailException

Packages that use PermFailException
org.apache.james.jdkim   
org.apache.james.jdkim.api   
org.apache.james.jdkim.impl   
 

Uses of PermFailException in org.apache.james.jdkim
 

Methods in org.apache.james.jdkim that throw PermFailException
static void DKIMVerifier.apply(PublicKeyRecord pkr, SignatureRecord sign)
          asserts applicability of a signature record the a public key record.
protected  PublicKeyRecordRetriever DKIMVerifier.getPublicKeyRecordRetriever()
           
 BodyHasher DKIMVerifier.newBodyHasher(SignatureRecord signRecord)
           
 BodyHasher DKIMSigner.newBodyHasher(SignatureRecord signRecord)
           
 PublicKeyRecord DKIMVerifier.publicKeySelector(List records)
           
 PublicKeyRecord DKIMVerifier.publicRecordLookup(SignatureRecord sign)
          Iterates through signature's declared lookup method
 String DKIMSigner.sign(Headers message, BodyHasher bhj)
           
protected static void DKIMCommon.signatureCheck(Headers h, SignatureRecord sign, List headers, Signature signature)
           
 

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

Methods in org.apache.james.jdkim.api that throw PermFailException
 List PublicKeyRecordRetriever.getRecords(CharSequence methodAndOption, CharSequence selector, CharSequence token)
           
 

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

Methods in org.apache.james.jdkim.impl that throw PermFailException
 List MultiplexingPublicKeyRecordRetriever.getRecords(CharSequence methodAndOption, CharSequence selector, CharSequence token)
           
 List DNSPublicKeyRecordRetriever.getRecords(CharSequence methodAndOptions, CharSequence selector, CharSequence token)
           
 

Constructors in org.apache.james.jdkim.impl that throw PermFailException
BodyHasherImpl(SignatureRecord sign)
           
 



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