@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
28 lines • 750 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CRLTypes = exports.x509CRL = void 0;
const x509CRL_oa_1 = require("../PKCS-12/x509CRL.oa");
var x509CRL_oa_2 = require("../PKCS-12/x509CRL.oa");
Object.defineProperty(exports, "x509CRL", { enumerable: true, get: function () { return x509CRL_oa_2.x509CRL; } });
/* START_OF_SYMBOL_DEFINITION CRLTypes */
/**
* @summary CRLTypes
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* CRLTypes BAG-TYPE ::= {
* x509CRL,
* ... -- For future extensions
* }
* ```
*
* @constant
* @type {BAG_TYPE[]}
*
*/
exports.CRLTypes = [x509CRL_oa_1.x509CRL];
/* END_OF_SYMBOL_DEFINITION CRLTypes */
/* eslint-enable */
//# sourceMappingURL=CRLTypes.osa.js.map