import { SupportedAlgorithm } from "../AuthenticationFramework/SupportedAlgorithm.ta.mjs"; import { type SYNTAX_NAME } from "../InformationFramework/SYNTAX-NAME.oca.mjs"; /** * @summary x509SupportedAlgorithm * @description * * ### ASN.1 Definition: * * ```asn1 * x509SupportedAlgorithm SYNTAX-NAME ::= { * LDAP-DESC "X.509 Supported Algorithm" * DIRECTORY SYNTAX SupportedAlgorithm * ID id-lsx-x509SupportedAlgorithm } * ``` * * @constant * @type {SYNTAX_NAME} * @implements {SYNTAX_NAME} */ export declare const x509SupportedAlgorithm: SYNTAX_NAME; //# sourceMappingURL=x509SupportedAlgorithm.oa.d.mts.map