[ Package conformance ]
Auth & Payments · >=2.0.0
react-native-rsa-native
native-seam only: the package's `const { RNRSA, RNRSAKeychain } = NativeModules` runs unchanged over real RSA — Web Crypto for keygen, OAEP, and signing, and BigInt for the PKCS#1 v1.5 encryption Web Crypto omits80%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (7)
RNRSA generate/generateKeysencrypt/decrypt and encrypt64/decrypt64sign/verify and their 64 and withAlgorithm variants across the SHA-1/224/256/384/512 signing algorithmsPEM import and export; RNRSAKeychain generateencrypt/decryptsign/verifyand deletePrivateKey against a keyTag
Missing (4)
the OS keychain itself — keys live in an in-memory mapso they do not survive a reload and gain no Secure Enclave protection; EC keychain keysgenerateCSRand generateCSRWithEC throw an explicit unsupported error