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

Method getKey

src/main/java/core/org/xbill/DNS/KEYBase.java:98–101  ·  view source on GitHub ↗

Returns the binary data representing the key

()

Source from the content-addressed store, hash-verified

96 * Returns the binary data representing the key
97 */
98public byte []
99getKey() {
100 return key;
101}
102
103/**
104 * Returns the key's footprint (after computing it)

Callers 7

nextMethod · 0.45
toMasterFileMethod · 0.45
toRSAPublicKeyMethod · 0.45
toDSAPublicKeyMethod · 0.45
toECGOSTPublicKeyMethod · 0.45
toECDSAPublicKeyMethod · 0.45
algorithmToNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected