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

Method getExpire

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

Returns the time at which the signature expires

()

Source from the content-addressed store, hash-verified

144
145/** Returns the time at which the signature expires */
146public Date
147getExpire() {
148 return expire;
149}
150
151/** Returns the time at which this signature was generated */
152public Date

Callers 3

digestSIGMethod · 0.45
verifyMethod · 0.45
verifyMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected