We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4e22c commit 127b3d0Copy full SHA for 127b3d0
android/src/main/java/com/oblador/keychain/KeychainModule.kt
@@ -142,7 +142,6 @@ class KeychainModule(reactContext: ReactApplicationContext) :
142
addCipherStorageToMap(CipherStorageKeystoreAesCbc(reactContext))
143
addCipherStorageToMap(CipherStorageKeystoreAesGcm(reactContext, false))
144
addCipherStorageToMap(CipherStorageKeystoreAesGcm(reactContext, true))
145
- addCipherStorageToMap(CipherStorageKeystoreRsaEcb(reactContext))
146
}
147
148
// endregion
0 commit comments