UNPKG

@wildboar/pkcs

Version:
18 lines (17 loc) 470 B
import { OTHER_KEY_ATTRIBUTE } from "../CryptographicMessageSyntax/OTHER-KEY-ATTRIBUTE.oca"; export { OTHER_KEY_ATTRIBUTE } from "../CryptographicMessageSyntax/OTHER-KEY-ATTRIBUTE.oca"; /** * @summary OtherKeyAttributeTable * @description * * ### ASN.1 Definition: * * ```asn1 * OtherKeyAttributeTable OTHER-KEY-ATTRIBUTE ::= {...} * ``` * * @constant * @type {OTHER_KEY_ATTRIBUTE[]} * */ export declare const OtherKeyAttributeTable: OTHER_KEY_ATTRIBUTE[];