MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / string

Method string

src/main/java/core/org/xbill/DNS/KEYRecord.java:64–67  ·  view source on GitHub ↗

Converts an KEY protocol value into its textual representation

(int type)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected