import { type DIGEST_ALGORITHM } from "../AlgorithmInformation-2009/DIGEST-ALGORITHM.oca.mjs"; /** * @summary DigestAlgorithmSet * @description * * ### ASN.1 Definition: * * ```asn1 * DigestAlgorithmSet DIGEST-ALGORITHM ::= { * CryptographicMessageSyntaxAlgorithms-2009.MessageDigestAlgs, ... } * ``` * * @constant * @type {DIGEST_ALGORITHM[]} * */ export declare const DigestAlgorithmSet: DIGEST_ALGORITHM[]; //# sourceMappingURL=DigestAlgorithmSet.osa.d.mts.map