@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
28 lines • 654 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.rsadsi = void 0;
/* eslint-disable */
const asn1_ts_1 = require("asn1-ts");
/* START_OF_SYMBOL_DEFINITION rsadsi */
/**
* @summary rsadsi
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* rsadsi OBJECT IDENTIFIER ::= {iso(1) member-body(2) us(840)
* rsadsi(113549)}
* ```
*
* @constant
*/
exports.rsadsi = new asn1_ts_1.ObjectIdentifier([
/* iso */ 1,
/* member-body */ 2,
/* us */ 840,
/* rsadsi */ 113549,
]);
/* END_OF_SYMBOL_DEFINITION rsadsi */
/* eslint-enable */
//# sourceMappingURL=rsadsi.va.js.map