CipherKeygen constructor
CipherKeygen({
- CipherHello? hello,
- CipherSuite? suite,
- String? local,
Implementation
CipherKeygen({this.hello, this.suite, this.local});