Returns the number of labels in the signed domain name. This may be different than the record's domain name if the record is a wildcard record.
()
| 132 | * record. |
| 133 | */ |
| 134 | public int |
| 135 | getLabels() { |
| 136 | return labels; |
| 137 | } |
| 138 | |
| 139 | /** Returns the original TTL of the RRset */ |
| 140 | public long |
no outgoing calls
no test coverage detected