Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getOther
Method
getOther
src/main/java/core/org/xbill/DNS/TSIGRecord.java:190–193 ·
view source on GitHub ↗
Returns the other data
()
Source
from the content-addressed store, hash-verified
188
189
/** Returns the other data */
190
public
byte []
191
getOther() {
192
return
other;
193
}
194
195
void
196
rrToWire(DNSOutput out, Compression c, boolean canonical) {
Callers
1
verify
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected