@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
20 lines • 467 B
text/typescript
import { type PKCS15_ALGORITHM } from "../PKCS-15/PKCS15-ALGORITHM.oca.mjs";
/**
* @summary AlgorithmSet
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* AlgorithmSet PKCS15-ALGORITHM ::= {
* pkcs15-alg-null,
* ... -- See PKCS #11 for values for the &id field (and parameters)
* }
* ```
*
* @constant
* @type {PKCS15_ALGORITHM[]}
*
*/
export declare const AlgorithmSet: PKCS15_ALGORITHM[];
//# sourceMappingURL=AlgorithmSet.osa.d.mts.map