UNPKG

@wildboar/pkcs

Version:
19 lines 367 B
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