UNPKG

@wildboar/pkcs

Version:
23 lines 529 B
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