import type { ALGORITHM } from "@wildboar/x500/AuthenticationFramework"; import { KeyEncryptionAlgorithmIdentifier } from "../CMSCKMKeyManagement/KeyEncryptionAlgorithmIdentifier.ta.mjs"; /** * @summary keyTransportConstruction * @description * * ### ASN.1 Definition: * * ```asn1 * keyTransportConstruction ALGORITHM ::= { * IDENTIFIER id-ckm-key-transport * PARAMS TYPE KeyEncryptionAlgorithmIdentifier ARE required * } * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const keyTransportConstruction: ALGORITHM; //# sourceMappingURL=keyTransportConstruction.oa.d.mts.map