Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ ToolDSA
Method
ToolDSA
security/src/main/java/pro/tools/security/ToolDSA.java:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
*/
28
public
final
class
ToolDSA {
29
private
ToolDSA() {
30
throw
new
UnsupportedOperationException(
"我是工具类,别初始化我。。。"
);
31
}
32
33
/**
34
* 数字签名密钥算法
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected