import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary pkiCertPath * @description * * ### ASN.1 Definition: * * ```asn1 * pkiCertPath OBJECT-CLASS ::= { * SUBCLASS OF {top} * KIND auxiliary * MAY CONTAIN {pkiPath} * LDAP-NAME {"pkiCertPath"} * LDAP-DESC "PKI Certification Path" * ID id-oc-pkiCertPath } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const pkiCertPath: OBJECT_CLASS; //# sourceMappingURL=pkiCertPath.oa.d.mts.map