Converts an KEY protocol value into its textual representation
(int type)
| 62 | * Converts an KEY protocol value into its textual representation |
| 63 | */ |
| 64 | public static String |
| 65 | string(int type) { |
| 66 | return protocols.getText(type); |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Converts a textual representation of a KEY protocol into its |