import { SupportedAlgorithm } from "../AuthenticationFramework/SupportedAlgorithm.ta.mjs"; import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; /** * @summary supportedAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * supportedAlgorithms ATTRIBUTE ::= { * WITH SYNTAX SupportedAlgorithm * EQUALITY MATCHING RULE algorithmIdentifierMatch * LDAP-SYNTAX x509SupportedAlgorithm.&id * LDAP-NAME {"supportedAlgorithms"} * LDAP-DESC "X.509 support algorithms" * ID id-at-supportedAlgorithms } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const supportedAlgorithms: ATTRIBUTE; //# sourceMappingURL=supportedAlgorithms.oa.d.mts.map