@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
25 lines • 492 B
text/typescript
import { type BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca.mjs";
/**
* @summary PKCS12BagSet
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PKCS12BagSet BAG-TYPE ::= {
* keyBag |
* pkcs8ShroudedKeyBag |
* certBag |
* crlBag |
* secretBag |
* safeContentsBag,
* ... -- For future extensions
* }
* ```
*
* @constant
* @type {BAG_TYPE[]}
*
*/
export declare const PKCS12BagSet: BAG_TYPE<any>[];
//# sourceMappingURL=PKCS12BagSet.osa.d.mts.map