react-native-rsa-native
react-native-rsa-native copied to clipboard
export private key from keychain?
Hello, I would really like to be able to export the private key from RNRSAKeychain.
I've tried to fork and add here, https://github.com/Evanfeenstra/react-native-rsa-native/blob/master/android/src/main/java/com/RNRSA/RNRSAKeychainModule.java#L338, but it seem like this.privateKey is not defined.
any hints about this, or reason that this doesn't make sense?