UNPKG

@wildboar/pki-stub

Version:
17 lines 363 B
import { type ALGORITHM } from "../PKI-Stub/ALGORITHM.oca.mjs"; /** * @summary SupportedAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedAlgorithms ALGORITHM ::= {...} * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const SupportedAlgorithms: ALGORITHM[]; //# sourceMappingURL=SupportedAlgorithms.osa.d.mts.map