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