UNPKG

@wildboar/pki-stub

Version:
17 lines (16 loc) 300 B
import { ALGORITHM } from "../PKI-Stub/ALGORITHM.oca"; /** * @summary SupportedAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedAlgorithms ALGORITHM ::= {...} * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const SupportedAlgorithms: ALGORITHM[];