@wildboar/pki-stub
Version:
X.510 PKI-Stub ASN.1 data structures in TypeScript
17 lines • 363 B
text/typescript
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