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

Method getAlgorithm

src/main/java/core/org/xbill/DNS/TSIGRecord.java:154–157  ·  view source on GitHub ↗

Returns the shared key's algorithm

()

Source from the content-addressed store, hash-verified

152
153/** Returns the shared key's algorithm */
154public Name
155getAlgorithm() {
156 return alg;
157}
158
159/** Returns the time that this record was generated */
160public Date

Callers 2

verifyMethod · 0.95
verifyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected