import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework"; /** * @summary SigncryptionAttributes * @description * * ### ASN.1 Definition: * * ```asn1 * SigncryptionAttributes ATTRIBUTE ::= { * SignedAttributesSet | -- CMS Signed Attributes -- * signcryptedEnvelope, * ... -- Expect user defined attributes -- * } * ``` * * @constant * @type {ATTRIBUTE[]} * */ export declare const SigncryptionAttributes: ATTRIBUTE[]; //# sourceMappingURL=SigncryptionAttributes.osa.d.mts.map