UNPKG

pkcs-ts

Version:

PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More

6 lines 389 B
import { ASN1Element as _Element, INTEGER } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare type ECPrivateKey = INTEGER; export declare function _decode_ECPrivateKey(el: _Element): number; export declare function _encode_ECPrivateKey(value: ECPrivateKey, elGetter: $.ASN1Encoder<ECPrivateKey>): _Element; //# sourceMappingURL=ECPrivateKey.ta.d.ts.map