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