@wildboar/pki-stub
Version:
X.510 PKI-Stub ASN.1 data structures in TypeScript
22 lines • 514 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupportedAlgorithms = void 0;
/* START_OF_SYMBOL_DEFINITION SupportedAlgorithms */
/**
* @summary SupportedAlgorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* SupportedAlgorithms ALGORITHM ::= {...}
* ```
*
* @constant
* @type {ALGORITHM[]}
*
*/
exports.SupportedAlgorithms = [];
/* END_OF_SYMBOL_DEFINITION SupportedAlgorithms */
/* eslint-enable */
//# sourceMappingURL=SupportedAlgorithms.osa.js.map