pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
8 lines • 626 B
TypeScript
import { ASN1Element as _Element } from "asn1-ts";
import * as $ from "asn1-ts/dist/node/functional";
import { SIGNED } from "x500-ts/dist/node/modules/AuthenticationFramework/SIGNED.ta";
import { ExtendedCertificateInfo } from "../PKCS7/ExtendedCertificateInfo.ta";
export declare type ExtendedCertificate = SIGNED<ExtendedCertificateInfo>;
export declare function _decode_ExtendedCertificate(el: _Element): ExtendedCertificate;
export declare function _encode_ExtendedCertificate(value: ExtendedCertificate, elGetter: $.ASN1Encoder<ExtendedCertificate>): _Element;
//# sourceMappingURL=ExtendedCertificate.ta.d.ts.map