UNPKG

@wildboar/pkcs

Version:
18 lines 452 B
import { OCTET_STRING } from "@wildboar/asn1"; import { type BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca.mjs"; /** * @summary x509CRL * @description * * ### ASN.1 Definition: * * ```asn1 * x509CRL BAG-TYPE ::= {OCTET STRING IDENTIFIED BY {crlTypes 1}} * ``` * * @constant * @type {BAG_TYPE<OCTET_STRING>} * @implements {BAG_TYPE<OCTET_STRING>} */ export declare const x509CRL: BAG_TYPE<OCTET_STRING>; //# sourceMappingURL=x509CRL.oa.d.mts.map