core.Map<core.String, core.dynamic> toJson() => { if (certPath != null) 'certPath': certPath!, if (pvkPassword != null) 'pvkPassword': pvkPassword!, if (pvkPath != null) 'pvkPath': pvkPath!, };