import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary attCertCRLDistributionPt * @description * * ### ASN.1 Definition: * * ```asn1 * attCertCRLDistributionPt OBJECT-CLASS ::= { * SUBCLASS OF {top} * KIND auxiliary * MAY CONTAIN {attributeCertificateRevocationList | * eeAttrCertificateRevocationList | * attributeAuthorityRevocationList} * ID id-oc-attCertCRLDistributionPts } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const attCertCRLDistributionPt: OBJECT_CLASS; //# sourceMappingURL=attCertCRLDistributionPt.oa.d.mts.map