CipherSuite constructor

CipherSuite({
  1. String? suite,
  2. Uint8List? csr,
})

Implementation

CipherSuite({this.suite, this.csr});