import { type PUBLIC_KEY } from "../AlgorithmInformation-2009/PUBLIC-KEY.oca.mjs"; import { DSA_Params } from "../PKIXAlgs-2009/DSA-Params.ta.mjs"; import { DSAPublicKey } from "../PKIXAlgs-2009/DSAPublicKey.ta.mjs"; /** * @summary pk_dsa * @description * * ### ASN.1 Definition: * * ```asn1 * pk-dsa PUBLIC-KEY ::= { * IDENTIFIER id-dsa * KEY DSAPublicKey * PARAMS TYPE DSA-Params ARE inheritable * -- Private key format not in this module -- * CERT-KEY-USAGE { digitalSignature, nonRepudiation, keyCertSign, * cRLSign } * } * ``` * * @constant * @type {PUBLIC_KEY} * @implements {PUBLIC_KEY} */ export declare const pk_dsa: PUBLIC_KEY; //# sourceMappingURL=pk-dsa.oa.d.mts.map