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

Method getAlgorithm

src/main/java/core/org/xbill/DNS/DSRecord.java:122–125  ·  view source on GitHub ↗

Returns the key's algorithm.

()

Source from the content-addressed store, hash-verified

120 * Returns the key's algorithm.
121 */
122public int
123getAlgorithm() {
124 return alg;
125}
126
127/**
128 * Returns the key's Digest ID.

Callers 1

DSRecordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected