data property

Uint8List data
getter/setter pair

The data making up the public key.

This must start with the keyType (represented as 32-bit length followed by the value) and then the data itself.

Implementation

Uint8List data;