UNPKG

@wildboar/pkcs

Version:
17 lines (16 loc) 355 B
import { ALGORITHM } from "@wildboar/x500/src/lib/modules/AuthenticationFramework/ALGORITHM.oca"; /** * @summary SMIMEv3Algorithms * @description * * ### ASN.1 Definition: * * ```asn1 * SMIMEv3Algorithms ALGORITHM ::= {...-- See RFC 2633 --} * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const SMIMEv3Algorithms: ALGORITHM[];