serialize abstract method

Uint8List serialize()

Serialize this private key to bytes.

Security

The returned bytes contain sensitive key material. The caller is responsible for securely zeroing these bytes when done. Consider using SecureBytes.wrap() on the Dart side to ensure automatic zeroing.

Implementation

Uint8List serialize();