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