This commit is contained in:
gedoor 2021-08-26 15:29:50 +08:00
parent e66e6dd470
commit e4256f2512
2 changed files with 3 additions and 1 deletions

View File

@ -125,6 +125,8 @@ object EncoderUtils {
* @param key The key.
* @param algorithm The name of algorithm.
* @param transformation The name of the transformation, e.g., <i>DES/CBC/PKCS5Padding</i>.
* @param iv The buffer with the IV. The contents of the
* buffer are copied to protect against subsequent modification.
* @param isEncrypt True to encrypt, false otherwise.
* @return the bytes of symmetric encryption or decryption
*/

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.5.30-M1'
ext.kotlin_version = '1.5.30'
repositories {
google()
mavenCentral()