UNPKG

@wildboar/pkcs

Version:
17 lines 443 B
import { type OTHER_KEY_ATTRIBUTE } from "../CryptographicMessageSyntax/OTHER-KEY-ATTRIBUTE.oca.mjs"; /** * @summary OtherKeyAttributeTable * @description * * ### ASN.1 Definition: * * ```asn1 * OtherKeyAttributeTable OTHER-KEY-ATTRIBUTE ::= {...} * ``` * * @constant * @type {OTHER_KEY_ATTRIBUTE[]} * */ export declare const OtherKeyAttributeTable: OTHER_KEY_ATTRIBUTE[]; //# sourceMappingURL=OtherKeyAttributeTable.osa.d.mts.map