UNPKG

@wildboar/pkcs

Version:
22 lines (21 loc) 420 B
import { BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca"; export { BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca"; export { x509CRL } from "../PKCS-12/x509CRL.oa"; /** * @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>[];