import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary pkiCA * @description * * ### ASN.1 Definition: * * ```asn1 * pkiCA OBJECT-CLASS ::= { * SUBCLASS OF {top} * KIND auxiliary * MAY CONTAIN {cACertificate | * certificateRevocationList | * eepkCertificateRevocationList | * authorityRevocationList | * crossCertificatePair} * LDAP-NAME {"pkiCA"} * LDAP-DESC "X.509 PKI Certificate Authority" * ID id-oc-pkiCA } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const pkiCA: OBJECT_CLASS; //# sourceMappingURL=pkiCA.oa.d.mts.map