@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
31 lines • 1.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyEncryptionAlgorithms = void 0;
const KeyEncryptionAlgorithms_Union0_Intersection0_Element_oa_1 = require("../PKCS-15/KeyEncryptionAlgorithms-Union0-Intersection0-Element.oa");
const KeyEncryptionAlgorithms_Union1_Intersection0_Element_oa_1 = require("../PKCS-15/KeyEncryptionAlgorithms-Union1-Intersection0-Element.oa");
/* START_OF_SYMBOL_DEFINITION KeyEncryptionAlgorithms */
/**
* @summary KeyEncryptionAlgorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* KeyEncryptionAlgorithms ALGORITHM-IDENTIFIER ::= {
* {NULL IDENTIFIED BY id-alg-CMS3DESwrap}
* | {INTEGER IDENTIFIED BY id-alg-CMSRC2wrap},
* ... -- For future extensions
* }
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER[]}
*
*/
exports.KeyEncryptionAlgorithms = [
KeyEncryptionAlgorithms_Union0_Intersection0_Element_oa_1.KeyEncryptionAlgorithms_Union0_Intersection0_Element,
KeyEncryptionAlgorithms_Union1_Intersection0_Element_oa_1.KeyEncryptionAlgorithms_Union1_Intersection0_Element,
];
/* END_OF_SYMBOL_DEFINITION KeyEncryptionAlgorithms */
/* eslint-enable */
//# sourceMappingURL=KeyEncryptionAlgorithms.osa.js.map