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

Method getTimeSigned

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

Returns the time at which this signature was generated

()

Source from the content-addressed store, hash-verified

150
151/** Returns the time at which this signature was generated */
152public Date
153getTimeSigned() {
154 return timeSigned;
155}
156
157/** Returns The footprint/key id of the signing key. */
158public int

Callers 4

digestSIGMethod · 0.45
verifyMethod · 0.45
verifyMessageMethod · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected