Converts a numeric TSIG extended Rcode into a String
(int i)
| 110 | |
| 111 | /** Converts a numeric TSIG extended Rcode into a String */ |
| 112 | public static String |
| 113 | TSIGstring(int i) { |
| 114 | return tsigrcodes.getText(i); |
| 115 | } |
| 116 | |
| 117 | /** Converts a String representation of an Rcode into its numeric value */ |
| 118 | public static int |
no test coverage detected