Package org.apache.james.jdkim.impl
Class HttpPublicKeyRecordRetriever
java.lang.Object
org.apache.james.jdkim.impl.HttpPublicKeyRecordRetriever
- All Implemented Interfaces:
PublicKeyRecordRetriever
Allows retrieval of the
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRecords(CharSequence methodAndOptions, CharSequence selector, CharSequence token)
-
Constructor Details
-
HttpPublicKeyRecordRetriever
public HttpPublicKeyRecordRetriever()
-
-
Method Details
-
getRecords
public List<String> getRecords(CharSequence methodAndOptions, CharSequence selector, CharSequence token) throws TempFailException, PermFailException - Specified by:
getRecordsin interfacePublicKeyRecordRetriever- Throws:
TempFailExceptionPermFailException- See Also:
-