@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
33 lines • 764 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.hMAC_SHA1 = void 0;
/* eslint-disable */
const asn1_ts_1 = require("asn1-ts");
/* START_OF_SYMBOL_DEFINITION hMAC_SHA1 */
/**
* @summary hMAC_SHA1
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* hMAC-SHA1 OBJECT IDENTIFIER ::= {iso(1) identified-organization(3) dod(6) internet(1) security(5)
* mechanisms(5) 8 1 2}
* ```
*
* @constant
*/
exports.hMAC_SHA1 = new asn1_ts_1.ObjectIdentifier([
/* iso */ 1,
/* identified-organization */ 3,
/* dod */ 6,
/* internet */ 1,
/* security */ 5,
/* mechanisms */ 5,
8,
1,
2,
]);
/* END_OF_SYMBOL_DEFINITION hMAC_SHA1 */
/* eslint-enable */
//# sourceMappingURL=hMAC-SHA1.va.js.map