@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
18 lines (17 loc) • 407 B
TypeScript
import type { ALGORITHM } from "@wildboar/x500/src/lib/modules/AuthenticationFramework/ALGORITHM.oca";
/**
* @summary SignatureAlgorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* SignatureAlgorithms ALGORITHM ::= {
* ... -- add any locally defined algorithms here -- }
* ```
*
* @constant
* @type {ALGORITHM[]}
*
*/
export declare const SignatureAlgorithms: ALGORITHM[];