UNPKG

node-opcua-pki

Version:
6 lines (5 loc) 188 B
import { KeyLength } from "../common"; /** * create a RSA PRIVATE KEY * */ export declare function createPrivateKeyOld(privateKeyFilename: string, keyLength: KeyLength): Promise<void>;