UNPKG

pkcs-ts

Version:

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

6 lines 393 B
import { ASN1Element as _Element, NULL } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare type SHA1Parameters = NULL; export declare function _decode_SHA1Parameters(el: _Element): null; export declare function _encode_SHA1Parameters(value: SHA1Parameters, elGetter: $.ASN1Encoder<SHA1Parameters>): _Element; //# sourceMappingURL=SHA1Parameters.ta.d.ts.map