Skip to content

Commit 127b3d0

Browse files
author
Aman Harwara
committed
remove rsa cipher
1 parent 4b4e22c commit 127b3d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/oblador/keychain/KeychainModule.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ class KeychainModule(reactContext: ReactApplicationContext) :
142142
addCipherStorageToMap(CipherStorageKeystoreAesCbc(reactContext))
143143
addCipherStorageToMap(CipherStorageKeystoreAesGcm(reactContext, false))
144144
addCipherStorageToMap(CipherStorageKeystoreAesGcm(reactContext, true))
145-
addCipherStorageToMap(CipherStorageKeystoreRsaEcb(reactContext))
146145
}
147146

148147
// endregion

0 commit comments

Comments
 (0)