在我的应用程序中,我使用secretKey加密和解密数据。为此,我正在使用AES算法。但是我在解密时遇到异常,三个已经使用key加密的值中的一个值。异常(exception)是:IllegalBlockSizeExceptionInputlengthmustbemultipleof16whendecryptingwithpaddedcipher.下面是我的代码:加密值的函数publicstaticStringsymmetricEncrypt(Stringtext,StringsecretKey){BASE64Decoderdecoder=newBASE64Decoder();byte[