DklsKeyshare constructor

DklsKeyshare(
  1. Pointer<Handle> handle
)

Create DklsKeyshare using handle

Implementation

DklsKeyshare(this.handle) {
  _finalizer.attach(this, handle.cast(), detach: this);
}