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 PublicKeyRecordRetriever
DKIMVerifier. 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 class
DNSPublicKeyRecordRetriever
class
HttpPublicKeyRecordRetriever
Allows retrieval of theclass
MultiplexingPublicKeyRecordRetriever
class
StoredPublicKeyRecordRetriever
Stores 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 void
MultiplexingPublicKeyRecordRetriever. addRetriever(String methodName, PublicKeyRecordRetriever pkrr)
Constructors in org.apache.james.jdkim.impl with parameters of type PublicKeyRecordRetriever Constructor Description MultiplexingPublicKeyRecordRetriever(String methodName, PublicKeyRecordRetriever pkrr)
-