Resolve the TODOs: handle "from" and "expiry-time" entry attributes and provide unit tests for it. Note that the "from" attribute may match host names, so it may involve a reverse DNS lookup. Use `InetAddress.getCanonicalHostName()` for that.
Resolve the TODOs: handle "from" and "expiry-time" entry attributes and provide unit tests for it.
Note that the "from" attribute may match host names, so it may involve a reverse DNS lookup. Use
InetAddress.getCanonicalHostName()for that.