パッケージの詳細

react-native-kcdsa

reactspring46MIT1.0.0

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

react-native, ios, android, kcdsa

readme

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)