UNPKG

@wildboar/pkcs

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