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

Method getSigner

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

Returns the owner of the signing key

()

Source from the content-addressed store, hash-verified

162
163/** Returns the owner of the signing key */
164public Name
165getSigner() {
166 return signer;
167}
168
169/** Returns the binary data representing the signature */
170public byte []

Callers 3

digestSIGMethod · 0.80
KeyMismatchExceptionMethod · 0.80
matchesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected