import { NULL } from "@wildboar/asn1"; import { type KEY_TRANSPORT } from "../AlgorithmInformation-2009/KEY-TRANSPORT.oca.mjs"; /** * @summary kt_rsa * @description * * ### ASN.1 Definition: * * ```asn1 * kt-rsa KEY-TRANSPORT ::= { * IDENTIFIER rsaEncryption * PARAMS TYPE NULL ARE required * PUBLIC-KEYS { pk-rsa } * SMIME-CAPS {IDENTIFIED BY rsaEncryption} * } * ``` * * @constant * @type {KEY_TRANSPORT} * @implements {KEY_TRANSPORT} */ export declare const kt_rsa: KEY_TRANSPORT; //# sourceMappingURL=kt-rsa.oa.d.mts.map