@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
25 lines • 807 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.id_RSAES_OAEP = exports.pkcs_1 = void 0;
/* eslint-disable */
const asn1_ts_1 = require("asn1-ts");
const pkcs_1_va_1 = require("../PKCS-1/pkcs-1.va");
var pkcs_1_va_2 = require("../PKCS-1/pkcs-1.va");
Object.defineProperty(exports, "pkcs_1", { enumerable: true, get: function () { return pkcs_1_va_2.pkcs_1; } });
/* START_OF_SYMBOL_DEFINITION id_RSAES_OAEP */
/**
* @summary id_RSAES_OAEP
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* id-RSAES-OAEP OBJECT IDENTIFIER ::= { pkcs-1 7 }
* ```
*
* @constant
*/
exports.id_RSAES_OAEP = new asn1_ts_1.ObjectIdentifier([7], pkcs_1_va_1.pkcs_1);
/* END_OF_SYMBOL_DEFINITION id_RSAES_OAEP */
/* eslint-enable */
//# sourceMappingURL=id-RSAES-OAEP.va.js.map