UNPKG

@wildboar/pkcs

Version:
19 lines (18 loc) 278 B
/** * @summary PrivateKeyAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * PrivateKeyAlgorithms ALGORITHM ::= { * ... -- Extensible * } * ``` * * @constant * @type {ALGORITHM[]} * */ export const PrivateKeyAlgorithms = []; /* eslint-enable */