@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
18 lines • 441 B
text/typescript
import { type BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca.mjs";
import { KeyBag } from "../PKCS-12/KeyBag.ta.mjs";
/**
* @summary keyBag
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* keyBag BAG-TYPE ::= {KeyBag IDENTIFIED BY {bagtypes 1}}
* ```
*
* @constant
* @type {BAG_TYPE<KeyBag>}
* @implements {BAG_TYPE<KeyBag>}
*/
export declare const keyBag: BAG_TYPE<KeyBag>;
//# sourceMappingURL=keyBag.oa.d.mts.map