@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
17 lines • 443 B
text/typescript
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