import { NULL } from "@wildboar/asn1"; import { type PUBLIC_KEY } from "../AlgorithmInformation-2009/PUBLIC-KEY.oca.mjs"; import { RSAPublicKey } from "../PKIXAlgs-2009/RSAPublicKey.ta.mjs"; /** * @summary pk_rsa * @description * * ### ASN.1 Definition: * * ```asn1 * pk-rsa PUBLIC-KEY ::= { * IDENTIFIER rsaEncryption * KEY RSAPublicKey * PARAMS TYPE NULL ARE absent * -- Private key format not in this module -- * CERT-KEY-USAGE {digitalSignature, nonRepudiation, * keyEncipherment, dataEncipherment, keyCertSign, cRLSign} * } * ``` * * @constant * @type {PUBLIC_KEY} * @implements {PUBLIC_KEY} */ export declare const pk_rsa: PUBLIC_KEY; //# sourceMappingURL=pk-rsa.oa.d.mts.map