@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
17 lines • 382 B
text/typescript
import { type ALGORITHM } from "@wildboar/x500/AuthenticationFramework";
/**
* @summary SMIMEv3Algorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* SMIMEv3Algorithms ALGORITHM ::= {...-- See RFC 2633 --}
* ```
*
* @constant
* @type {ALGORITHM[]}
*
*/
export declare const SMIMEv3Algorithms: ALGORITHM[];
//# sourceMappingURL=SMIMEv3Algorithms.osa.d.mts.map