mirror of
https://gitee.com/BDWare/common
synced 2026-01-29 00:39:30 +00:00
add DigestUtil
This commit is contained in:
@@ -18,7 +18,8 @@ public enum Permission {
|
||||
DOIP,
|
||||
IRP,
|
||||
Async,
|
||||
Cluster;
|
||||
Cluster,
|
||||
Digest;
|
||||
|
||||
public static Permission parse(String str) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user