import { type ALGORITHM } from "@wildboar/x500/AuthenticationFramework"; /** * @summary SigncryptAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * SigncryptAlgorithms ALGORITHM ::= { * SigncryptionMechanism, -- ISO/IEC 29150 Signcryption -- * ... -- Expect additional algorithm objects -- * } * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const SigncryptAlgorithms: ALGORITHM[]; //# sourceMappingURL=SigncryptAlgorithms.osa.d.mts.map