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