Fixes after rebase
This commit is contained in:
parent
ddf9e5055e
commit
e8328858ab
117 changed files with 310 additions and 295 deletions
|
|
@ -22,7 +22,7 @@ import javax.crypto.spec.GCMParameterSpec
|
|||
*/
|
||||
@ContributesBinding(AppScope::class)
|
||||
@Inject
|
||||
class AESEncryptionDecryptionService() : EncryptionDecryptionService {
|
||||
class AESEncryptionDecryptionService : EncryptionDecryptionService {
|
||||
override fun createEncryptionCipher(key: SecretKey): Cipher {
|
||||
return Cipher.getInstance(AESEncryptionSpecs.CIPHER_TRANSFORMATION).apply {
|
||||
init(Cipher.ENCRYPT_MODE, key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue