UNPKG

pkcs-ts

Version:

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

8 lines 603 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { CertificateChoice } from "../PKCS7/CertificateChoice.ta"; export { CertificateChoice, _decode_CertificateChoice, _encode_CertificateChoice, } from "../PKCS7/CertificateChoice.ta"; export declare type CertificateSet = CertificateChoice[]; export declare function _decode_CertificateSet(el: _Element): CertificateSet; export declare function _encode_CertificateSet(value: CertificateSet, elGetter: $.ASN1Encoder<CertificateSet>): _Element; //# sourceMappingURL=CertificateSet.ta.d.ts.map