UNPKG

@wildboar/pkcs

Version:
20 lines (19 loc) 364 B
import { BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca"; export { BAG_TYPE } from "../PKCS-12/BAG-TYPE.oca"; /** * @summary SecretTypes * @description * * ### ASN.1 Definition: * * ```asn1 * SecretTypes BAG-TYPE ::= { * ... -- For future extensions * } * ``` * * @constant * @type {BAG_TYPE[]} * */ export declare const SecretTypes: BAG_TYPE<any>[];