Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
122
public
int
123
getAlgorithm() {
124
return
alg;
125
}
126
127
/**
128
* Returns the key's Digest ID.
Callers
1
DSRecord
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected