vod普通加密

This commit is contained in:
wangjinlei
2024-07-19 10:07:43 +08:00
parent 2228ed148d
commit 3dc4f41813
4 changed files with 9 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ public class VodAliController {
return "Illegal access";
}
if (null == cipherText)
return "Illegal access";
return "Illegal access !";
DecryptKMSDataKeyResponseBody decryptKMSDataKeyResponseBody = SpdbUtil.enKMS(cipherText);
return decryptKMSDataKeyResponseBody.getPlaintext();