Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ setSignature
Method
setSignature
src/main/java/core/org/xbill/DNS/SIGBase.java:175–178 ·
view source on GitHub ↗
(byte [] signature)
Source
from the content-addressed store, hash-verified
173
}
174
175
void
176
setSignature(byte [] signature) {
177
this.signature = signature;
178
}
179
180
void
181
rrToWire(DNSOutput out, Compression c, boolean canonical) {
Callers
2
sign
Method · 0.80
signMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected