@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
32 lines • 847 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.nistAlgorithms = void 0;
/* eslint-disable */
const asn1_ts_1 = require("asn1-ts");
/* START_OF_SYMBOL_DEFINITION nistAlgorithms */
/**
* @summary nistAlgorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* nistAlgorithms OBJECT IDENTIFIER ::= {joint-iso-itu-t(2) country(16)
* us(840) organization(1)
* gov(101) csor(3) 4}
* ```
*
* @constant
*/
exports.nistAlgorithms = new asn1_ts_1.ObjectIdentifier([
/* joint-iso-itu-t */ 2,
/* country */ 16,
/* us */ 840,
/* organization */ 1,
/* gov */ 101,
/* csor */ 3,
4,
]);
/* END_OF_SYMBOL_DEFINITION nistAlgorithms */
/* eslint-enable */
//# sourceMappingURL=nistAlgorithms.va.js.map