Uses of Class
org.apache.james.jdkim.exceptions.TempFailException
-
Packages that use TempFailException Package Description org.apache.james.jdkim org.apache.james.jdkim.api org.apache.james.jdkim.impl -
-
Uses of TempFailException in org.apache.james.jdkim
Methods in org.apache.james.jdkim that throw TempFailException Modifier and Type Method Description PublicKeyRecord
DKIMVerifier. publicRecordLookup(SignatureRecord sign)
Iterates through signature's declared lookup method -
Uses of TempFailException in org.apache.james.jdkim.api
Methods in org.apache.james.jdkim.api that throw TempFailException Modifier and Type Method Description List<String>
PublicKeyRecordRetriever. getRecords(CharSequence methodAndOption, CharSequence selector, CharSequence token)
-
Uses of TempFailException in org.apache.james.jdkim.impl
Methods in org.apache.james.jdkim.impl that throw TempFailException Modifier and Type Method Description List<String>
DNSPublicKeyRecordRetriever. getRecords(CharSequence methodAndOptions, CharSequence selector, CharSequence token)
List<String>
HttpPublicKeyRecordRetriever. getRecords(CharSequence methodAndOptions, CharSequence selector, CharSequence token)
List<String>
MultiplexingPublicKeyRecordRetriever. getRecords(CharSequence methodAndOption, CharSequence selector, CharSequence token)
List<String>
StoredPublicKeyRecordRetriever. getRecords(CharSequence methodAndOptions, CharSequence selector, CharSequence token)
-