@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
18 lines • 405 B
text/typescript
import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework";
/**
* @summary CRIAttributes
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* CRIAttributes ATTRIBUTE ::= {
* ... -- add any locally defined attributes here -- }
* ```
*
* @constant
* @type {ATTRIBUTE[]}
*
*/
export declare const CRIAttributes: ATTRIBUTE[];
//# sourceMappingURL=CRIAttributes.osa.d.mts.map