privateKey property

List<int> get privateKey

Retrieves the private key bytes.

Implementation

List<int> get privateKey => List<int>.from(_privateKey);