@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
18 lines • 431 B
text/typescript
import type { ALGORITHM } from "@wildboar/x500/AuthenticationFramework";
/**
* @summary SignatureAlgorithms
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* SignatureAlgorithms ALGORITHM ::= {
* ... -- add any locally defined algorithms here -- }
* ```
*
* @constant
* @type {ALGORITHM[]}
*
*/
export declare const SignatureAlgorithms: ALGORITHM[];
//# sourceMappingURL=SignatureAlgorithms.osa.d.mts.map