@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
20 lines • 371 B
text/typescript
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