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 DSAPrivateKey = INTEGER;
export declare function _decode_DSAPrivateKey(el: _Element): number;
export declare function _encode_DSAPrivateKey(value: DSAPrivateKey, elGetter: $.ASN1Encoder<DSAPrivateKey>): _Element;
//# sourceMappingURL=DSAPrivateKey.ta.d.ts.map