@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
17 lines (16 loc) • 355 B
TypeScript
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[];