文件名称:nativescript-secure-android-keystore:用于在Android的密钥库中存储数据的插件
文件大小:5.44MB
文件格式:ZIP
更新时间:2024-02-24 02:18:16
android angular typescript keystore nativescript
保护Android Keystore中的数据 加密数据并在需要使用时解密使用密钥库加密将数据保存在共享首选项中目前仅适用于Android 先决条件/要求 Android版本最新版本 安装 tns plugin add nativescript - secure - android - keystore 用法 描述您的插件的任何使用细节。 如果需要,请提供适用于Android,iOS和Angular的示例。 参见 Java脚本 const SecureAndroidKeystore = require ( "nativescript-secure-android-keystore" ) ; function createViewModel ( ) { ... var secure = new SecureAndroidKeystore . SecureAndroidKeystore ( ) ; secure . storeData ( 'mykey' , 'pass1234' ) ; secure . retrieveData (