UNPKG

pkcs-ts

Version:

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

10 lines 799 B
import { ASN1Element as _Element } from "asn1-ts"; import * as $ from "asn1-ts/dist/node/functional"; import { CertificateType } from "../PKCS-15/CertificateType.ta"; import { PathOrObjects } from "../PKCS-15/PathOrObjects.ta"; export { CertificateType, _decode_CertificateType, _encode_CertificateType, } from "../PKCS-15/CertificateType.ta"; export { PathOrObjects, _get_decoder_for_PathOrObjects, _get_encoder_for_PathOrObjects, } from "../PKCS-15/PathOrObjects.ta"; export declare type Certificates = PathOrObjects<CertificateType>; export declare function _decode_Certificates(el: _Element): PathOrObjects<CertificateType>; export declare function _encode_Certificates(value: Certificates, elGetter: $.ASN1Encoder<Certificates>): _Element; //# sourceMappingURL=Certificates.ta.d.ts.map