smartacme/dist/smartacme.helpers.d.ts

7 lines
226 B
TypeScript
Raw Normal View History

2017-01-14 17:36:33 +00:00
import 'typings-global';
import { IRsaKeypair } from './smartacme.classes.smartacme';
/**
* creates a keypair to use with requests and to generate JWK from
*/
export declare let createKeypair: (bit?: number) => IRsaKeypair;