import type { ALGORITHM } from "@wildboar/x500/AuthenticationFramework"; /** * @summary KeyConstructionAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * KeyConstructionAlgorithms ALGORITHM ::= { * symmetricConstruction | * keyTransportConstruction | * keyAgreeMultipleEncryptionConstruction | * keyAgreeHashConstruction, * ... -- Expect additional objects -- * } * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const KeyConstructionAlgorithms: ALGORITHM[]; //# sourceMappingURL=KeyConstructionAlgorithms.osa.d.mts.map