@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
18 lines (17 loc) • 387 B
TypeScript
import type { ATTRIBUTE } from "@wildboar/x500/src/lib/modules/InformationFramework/ATTRIBUTE.oca";
/**
* @summary CRIAttributes
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* CRIAttributes ATTRIBUTE ::= {
* ... -- add any locally defined attributes here -- }
* ```
*
* @constant
* @type {ATTRIBUTE[]}
*
*/
export declare const CRIAttributes: ATTRIBUTE[];