UNPKG

@wildboar/pkcs

Version:
20 lines 371 B
import { type BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca.mjs"; /** * @summary CRLTypes * @description * * ### ASN.1 Definition: * * ```asn1 * CRLTypes BAG-TYPE ::= { * x509CRL, * ... -- For future extensions * } * ``` * * @constant * @type {BAG_TYPE[]} * */ export declare const CRLTypes: BAG_TYPE<any>[]; //# sourceMappingURL=CRLTypes.osa.d.mts.map