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