UNPKG

@wildboar/pkcs

Version:
19 lines 402 B
import { type ALGORITHM } from "@wildboar/x500/AuthenticationFramework"; /** * @summary PrivateKeyAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * PrivateKeyAlgorithms ALGORITHM ::= { * ... -- Extensible * } * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const PrivateKeyAlgorithms: ALGORITHM[]; //# sourceMappingURL=PrivateKeyAlgorithms.osa.d.mts.map