UNPKG

@wildboar/pkcs

Version:
19 lines (18 loc) 372 B
import { ALGORITHM } from "@wildboar/x500/src/lib/modules/AuthenticationFramework/ALGORITHM.oca"; /** * @summary PrivateKeyAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * PrivateKeyAlgorithms ALGORITHM ::= { * ... -- Extensible * } * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const PrivateKeyAlgorithms: ALGORITHM[];