UNPKG

pkcs-ts

Version:

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

8 lines 662 B
import { ASN1Element as _Element, INTEGER } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; export declare type CertificationRequestInfo_version = INTEGER; export declare const CertificationRequestInfo_version_v1: CertificationRequestInfo_version; export declare const v1: CertificationRequestInfo_version; export declare function _decode_CertificationRequestInfo_version(el: _Element): number; export declare function _encode_CertificationRequestInfo_version(value: CertificationRequestInfo_version, elGetter: $.ASN1Encoder<CertificationRequestInfo_version>): _Element; //# sourceMappingURL=CertificationRequestInfo-version.ta.d.ts.map