private key raw bytes
@override List<int> get raw { return List<int>.from( [..._privateKey.privateKey, ..._privateKey.extendedKey]); }