@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
24 lines • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyEncryptionAlgorithms = void 0;
/* START_OF_SYMBOL_DEFINITION KeyEncryptionAlgorithms */
/**
* @summary KeyEncryptionAlgorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* KeyEncryptionAlgorithms ALGORITHM ::= {
* ... -- Extensible
* }
* ```
*
* @constant
* @type {ALGORITHM[]}
*
*/
exports.KeyEncryptionAlgorithms = [];
/* END_OF_SYMBOL_DEFINITION KeyEncryptionAlgorithms */
/* eslint-enable */
//# sourceMappingURL=KeyEncryptionAlgorithms.osa.js.map