toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => withoutNulls({
  'certificateFile': certFile,
  'certificate': certStr,
  'keyFile': keyFile,
  'key': keyStr,
  'usage': usage?.toJson(),
  'ocspStapling': ocspStapling,
  'oneTimeLoading': oneTimeLoading,
  'buildChain': buildChain,
});