Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ ToolDH
Method
ToolDH
security/src/main/java/pro/tools/security/ToolDH.java:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
*/
34
public
final
class
ToolDH {
35
private
ToolDH() {
36
throw
new
UnsupportedOperationException(
"我是工具类,别初始化我。。。"
);
37
}
38
39
/**
40
* 非对称加密密钥算法
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected