add DigestUtil

This commit is contained in:
CaiHQ
2023-04-24 18:56:19 +08:00
parent 64f83c9d74
commit 972070c6df
2 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ public enum Permission {
DOIP,
IRP,
Async,
Cluster;
Cluster,
Digest;
public static Permission parse(String str) {
try {