vod普通加密
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user