react-native-kcdsa

react-native-kcdsa JS library on GitHub react-native-kcdsa JS library on npm Download react-native-kcdsa JS library

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

Version 1.0.0 License MIT
react-native-kcdsa has no homepage
react-native-kcdsa JS library on GitHub
react-native-kcdsa JS library on npm
Download react-native-kcdsa JS library
Keywords
react-nativeiosandroidkcdsaec-kcdsa대한민국전자서명

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)