docs: update jshelp.md
This commit is contained in:
@@ -335,7 +335,7 @@ object EncoderUtils {
|
||||
params = IvParameterSpec(iv)
|
||||
}
|
||||
val symmetricCrypto = SymmetricCrypto(transformation, keySpec, params)
|
||||
return if (isEncrypt) symmetricCrypto.encrypt(data) else symmetricCrypto.decrypt(data)
|
||||
if (isEncrypt) symmetricCrypto.encrypt(data) else symmetricCrypto.decrypt(data)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user