@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
23 lines • 529 B
text/typescript
import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework";
/**
* @summary PKCSEntityAttributeSet
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PKCSEntityAttributeSet ATTRIBUTE ::= {
* pKCS7PDU |
* userPKCS12 |
* pKCS15Token |
* encryptedPrivateKeyInfo,
* ... -- For future extensions
* }
* ```
*
* @constant
* @type {ATTRIBUTE[]}
*
*/
export declare const PKCSEntityAttributeSet: ATTRIBUTE[];
//# sourceMappingURL=PKCSEntityAttributeSet.osa.d.mts.map