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

Method getFootprint

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

Returns The footprint/key id of the signing key.

()

Source from the content-addressed store, hash-verified

156
157/** Returns The footprint/key id of the signing key. */
158public int
159getFootprint() {
160 return footprint;
161}
162
163/** Returns the owner of the signing key */
164public Name

Callers 5

digestSIGMethod · 0.45
KeyMismatchExceptionMethod · 0.45
matchesMethod · 0.45
signMethod · 0.45
signMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected