UNPKG

@wildboar/pkcs

Version:
22 lines (21 loc) 531 B
import type { OBJECT_CLASS } from "@wildboar/x500/src/lib/modules/InformationFramework/OBJECT-CLASS.oca"; /** * @summary pkcsEntity * @description * * ### ASN.1 Definition: * * ```asn1 * pkcsEntity OBJECT-CLASS ::= { * SUBCLASS OF { top } * KIND auxiliary * MAY CONTAIN { PKCSEntityAttributeSet } * ID pkcs-9-oc-pkcsEntity * } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const pkcsEntity: OBJECT_CLASS;