change Cipher Keys
Method to change the cipher keys during the runtime
Parameters
Method to change the cipher keys during the runtime
Parameters
iv Spec
: initialization vector as String
secret Key
: secret key as String
algorithm
: algorithm used by the cipher
Method to change the cipher keys during the runtime
Parameters
iv Spec
: initialization vector as IvParameterSpec
secret Key
: secret key as SecretKey
open fun changeCipherKeys(ivSpec: IvParameterSpec, secretKey: SecretKey, algorithm: BaseCipher.Algorithm)
Method to change the cipher keys during the runtime
Parameters
iv Spec
: initialization vector as IvParameterSpec
secret Key
: secret key as SecretKey
algorithm
: algorithm used by the cipher