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

Packages that use PublicKeyRecordRetriever
org.apache.james.jdkim   
org.apache.james.jdkim.impl   
 

Uses of PublicKeyRecordRetriever in org.apache.james.jdkim
 

Methods in org.apache.james.jdkim that return PublicKeyRecordRetriever
protected  PublicKeyRecordRetriever DKIMVerifier.getPublicKeyRecordRetriever()
           
 

Constructors in org.apache.james.jdkim with parameters of type PublicKeyRecordRetriever
DKIMVerifier(PublicKeyRecordRetriever publicKeyRecordRetriever)
           
 

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

Classes in org.apache.james.jdkim.impl that implement PublicKeyRecordRetriever
 class DNSPublicKeyRecordRetriever
           
 class MultiplexingPublicKeyRecordRetriever
           
 

Methods in org.apache.james.jdkim.impl with parameters of type PublicKeyRecordRetriever
 void MultiplexingPublicKeyRecordRetriever.addRetriever(String methodName, PublicKeyRecordRetriever pkrr)
           
 

Constructors in org.apache.james.jdkim.impl with parameters of type PublicKeyRecordRetriever
MultiplexingPublicKeyRecordRetriever(String methodName, PublicKeyRecordRetriever pkrr)
           
 



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