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()
           
protected  BodyHasherImpl DKIMVerifier.newBodyHasher(SignatureRecord signRecord)
           
 BodyHasher DKIMSigner.newBodyHasher(SignatureRecord signRecord)
           
 PublicKeyRecord DKIMVerifier.publicKeySelector(List<String> records)
           
 PublicKeyRecord DKIMVerifier.publicRecordLookup(SignatureRecord sign)
          Iterates through signature's declared lookup method
 String DKIMSigner.sign(Headers message, BodyHasher bh)
           
protected static void DKIMCommon.signatureCheck(Headers h, SignatureRecord sign, List<CharSequence> headers, Signature signature)
           
 

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

Methods in org.apache.james.jdkim.api that throw PermFailException
 List<String> 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<String> MultiplexingPublicKeyRecordRetriever.getRecords(CharSequence methodAndOption, CharSequence selector, CharSequence token)
           
 List<String> DNSPublicKeyRecordRetriever.getRecords(CharSequence methodAndOptions, CharSequence selector, CharSequence token)
           
 

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



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