import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary certificationAuthority_V2 * @description * * ### ASN.1 Definition: * * ```asn1 * certificationAuthority-V2 OBJECT-CLASS ::= { * SUBCLASS OF {certificationAuthority} * KIND auxiliary * MAY CONTAIN {deltaRevocationList} * LDAP-NAME {"certificationAuthority-V2"} * LDAP-DESC {"X.509 certificate authority, version 2"} -- RFC 4523 * ID id-oc-certificationAuthority-V2 } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const certificationAuthority_V2: OBJECT_CLASS; //# sourceMappingURL=certificationAuthority-V2.oa.d.mts.map