privateKey property
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);
The private key of the device. Used to create a shared key with a remote device.
@$pb.TagNumber(2)
$core.List<$core.int> get privateKey => $_getN(1);