privateKey property

  1. @TagNumber(2)
List<int> get privateKey

The private key of the device. Used to create a shared key with a remote device.

Implementation

@$pb.TagNumber(2)
$core.List<$core.int> get privateKey => $_getN(1);
  1. @TagNumber(2)
set privateKey (List<int> value)

Implementation

@$pb.TagNumber(2)
set privateKey($core.List<$core.int> value) => $_setBytes(1, value);