CipherKeygen constructor

CipherKeygen({
  1. CipherHello? hello,
  2. CipherSuite? suite,
  3. String? local,
})

Implementation

CipherKeygen({this.hello, this.suite, this.local});