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