Uses of Interface
org.apache.james.jdkim.api.PublicKeyRecordRetriever
-
Packages that use PublicKeyRecordRetriever Package Description 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 Modifier and Type Method Description protected PublicKeyRecordRetrieverDKIMVerifier. getPublicKeyRecordRetriever()Constructors in org.apache.james.jdkim with parameters of type PublicKeyRecordRetriever Constructor Description DKIMVerifier(PublicKeyRecordRetriever publicKeyRecordRetriever)IscheduleDKIMVerifier(PublicKeyRecordRetriever publicKeyRecordRetriever) -
Uses of PublicKeyRecordRetriever in org.apache.james.jdkim.impl
Classes in org.apache.james.jdkim.impl that implement PublicKeyRecordRetriever Modifier and Type Class Description classDNSPublicKeyRecordRetrieverclassHttpPublicKeyRecordRetrieverAllows retrieval of theclassMultiplexingPublicKeyRecordRetrieverclassStoredPublicKeyRecordRetrieverStores and returns public keys which have been supplied in some out of band mannerMethods in org.apache.james.jdkim.impl with parameters of type PublicKeyRecordRetriever Modifier and Type Method Description voidMultiplexingPublicKeyRecordRetriever. addRetriever(String methodName, PublicKeyRecordRetriever pkrr)Constructors in org.apache.james.jdkim.impl with parameters of type PublicKeyRecordRetriever Constructor Description MultiplexingPublicKeyRecordRetriever(String methodName, PublicKeyRecordRetriever pkrr)
-