react-native-kcdsa
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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)

 

/react-native-kcdsa/

    Package Sidebar

    Install

    npm i react-native-kcdsa

    Weekly Downloads

    7

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    361 kB

    Total Files

    47

    Last publish

    Collaborators

    • taeheunlee