UNPKG

@wildboar/pkcs

Version:
18 lines 420 B
import type { ALGORITHM } from "@wildboar/x500/AuthenticationFramework"; /** * @summary PKInfoAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * PKInfoAlgorithms ALGORITHM ::= { * ... -- add any locally defined algorithms here -- } * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const PKInfoAlgorithms: ALGORITHM[]; //# sourceMappingURL=PKInfoAlgorithms.osa.d.mts.map