@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
18 lines (17 loc) • 470 B
TypeScript
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[];