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