pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
6 lines • 395 B
TypeScript
import { ASN1Element as _Element, INTEGER } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
export declare type KEAPrivateKey = INTEGER;
export declare function _decode_KEAPrivateKey(el: _Element): number;
export declare function _encode_KEAPrivateKey(value: KEAPrivateKey, elGetter: $.ASN1Encoder<KEAPrivateKey>): _Element;
//# sourceMappingURL=KEAPrivateKey.ta.d.ts.map