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