TLSCertConfig constructor
const
TLSCertConfig({})
Implementation
const factory TLSCertConfig({
@JsonKey(name: 'certificateFile') String? certFile,
@JsonKey(name: 'certificate') List<String>? certStr,
String? keyFile,
@JsonKey(name: 'key') List<String>? keyStr,
TLSCertificateUsage? usage,
int? ocspStapling,
bool? oneTimeLoading,
bool? buildChain,
}) = _TLSCertConfig;