@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
21 lines • 430 B
text/typescript
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