import { type DIGEST_ALGORITHM } from "../AlgorithmInformation-2009/DIGEST-ALGORITHM.oca.mjs"; /** * @summary HashAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * HashAlgorithms DIGEST-ALGORITHM ::= { * { IDENTIFIER id-sha1 PARAMS TYPE NULL ARE preferredPresent } | * { IDENTIFIER id-sha224 PARAMS TYPE NULL ARE preferredPresent } | * { IDENTIFIER id-sha256 PARAMS TYPE NULL ARE preferredPresent } | * { IDENTIFIER id-sha384 PARAMS TYPE NULL ARE preferredPresent } | * { IDENTIFIER id-sha512 PARAMS TYPE NULL ARE preferredPresent } * } * ``` * * @constant * @type {DIGEST_ALGORITHM[]} * */ export declare const HashAlgorithms: DIGEST_ALGORITHM[]; //# sourceMappingURL=HashAlgorithms.osa.d.mts.map