UNPKG

@wildboar/pkcs

Version:
18 lines 450 B
import { type BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca.mjs"; import { CertBag } from "../PKCS-12/CertBag.ta.mjs"; /** * @summary certBag * @description * * ### ASN.1 Definition: * * ```asn1 * certBag BAG-TYPE ::= {CertBag IDENTIFIED BY {bagtypes 3}} * ``` * * @constant * @type {BAG_TYPE<CertBag>} * @implements {BAG_TYPE<CertBag>} */ export declare const certBag: BAG_TYPE<CertBag>; //# sourceMappingURL=certBag.oa.d.mts.map