1.0.0 • Published 4 years ago

react-native-kcdsa v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

KCDSA

대한민국 표준 전자서명 알고리즘 - KCDSA (Korean Certificate-based Digital Signature Algorithm)

Installation

npm install --save react-native-kcdsa

or

yarn add react-native-kcdsa

Installation (iOS)

Using CocoaPods (React Native 0.60 and higher)
cd ios
pod install

Installation (Android)

React Native 0.60 and higher
  • Linking automatically

Usage

Example

import { NativeModules, Platform } from 'react-native'
var Kcdsa = NativeModules.Kcdsa

Key Generation

Sign

Verify

IOS Test (Sign)

ANDROID Test (Verify)