Returns the original TTL of the RRset
()
| 138 | |
| 139 | /** Returns the original TTL of the RRset */ |
| 140 | public long |
| 141 | getOrigTTL() { |
| 142 | return origttl; |
| 143 | } |
| 144 | |
| 145 | /** Returns the time at which the signature expires */ |
| 146 | public Date |
no outgoing calls
no test coverage detected