MCPcopy 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
175void
176setSignature(byte [] signature) {
177 this.signature = signature;
178}
179
180void
181rrToWire(DNSOutput out, Compression c, boolean canonical) {

Callers 2

signMethod · 0.80
signMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected