import { type PUBLIC_KEY } from "../AlgorithmInformation-2009/PUBLIC-KEY.oca.mjs"; import { RSAES_OAEP_params } from "../PKIX1-PSS-OAEP-Algorithms-2009/RSAES-OAEP-params.ta.mjs"; import { RSAPublicKey } from "../PKIXAlgs-2009/RSAPublicKey.ta.mjs"; /** * @summary pk_rsaES_OAEP * @description * * ### ASN.1 Definition: * * ```asn1 * pk-rsaES-OAEP PUBLIC-KEY ::= { * IDENTIFIER id-RSAES-OAEP * KEY RSAPublicKey * PARAMS TYPE RSAES-OAEP-params ARE optional * -- Private key format not in this module -- * CERT-KEY-USAGE {keyEncipherment, dataEncipherment} * } * ``` * * @constant * @type {PUBLIC_KEY} * @implements {PUBLIC_KEY} */ export declare const pk_rsaES_OAEP: PUBLIC_KEY; //# sourceMappingURL=pk-rsaES-OAEP.oa.d.mts.map