UNPKG

@wildboar/pkcs

Version:
21 lines 430 B
import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework"; /** * @summary PKCS12AttrSet * @description * * ### ASN.1 Definition: * * ```asn1 * PKCS12AttrSet ATTRIBUTE ::= { * friendlyName | * localKeyId, * ... -- Other attributes are allowed * } * ``` * * @constant * @type {ATTRIBUTE[]} * */ export declare const PKCS12AttrSet: ATTRIBUTE[]; //# sourceMappingURL=PKCS12AttrSet.osa.d.mts.map