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

Method getSignature

src/main/java/core/org/xbill/DNS/SIGBase.java:170–173  ·  view source on GitHub ↗

Returns the binary data representing the signature

()

Source from the content-addressed store, hash-verified

168
169/** Returns the binary data representing the signature */
170public byte []
171getSignature() {
172 return signature;
173}
174
175void
176setSignature(byte [] signature) {

Callers 6

verifyMethod · 0.45
signMessageMethod · 0.45
verifyMessageMethod · 0.45
generateMethod · 0.45
applyStreamMethod · 0.45
verifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected