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