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