1.0.0 • Published 5 years ago
react-native-kcdsa v1.0.0
KCDSA
대한민국 표준 전자서명 알고리즘 - KCDSA (Korean Certificate-based Digital Signature Algorithm)
Installation
npm install --save react-native-kcdsaor
yarn add react-native-kcdsaInstallation (iOS)
Using CocoaPods (React Native 0.60 and higher)
cd ios
pod installInstallation (Android)
React Native 0.60 and higher
- Linking automatically
Usage
Example
import { NativeModules, Platform } from 'react-native'
var Kcdsa = NativeModules.KcdsaKey Generation
Sign
Verify
IOS Test (Sign)
ANDROID Test (Verify)