public interface PublicKeyRecordRetriever
Modifier and Type | Method and Description |
---|---|
List<String> |
getRecords(CharSequence methodAndOption,
CharSequence selector,
CharSequence token) |
List<String> getRecords(CharSequence methodAndOption, CharSequence selector, CharSequence token) throws TempFailException, PermFailException
methodAndOption
- the options declared for the lookup method.selector
- the value of "s=" tagtoken
- the value of the "d=" tagTempFailException
- in case of timeout and other network errors.PermFailException
- in case of unsupported optionsCopyright © 2008–2015. All rights reserved.