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