copy abstract method

SecureKey copy()

Creates a secure copy of the key.

The resulting key is an independent copy of the original key, but with the same memory protection as before. The copying is done on native memory, without exposing the data to dart when using the dart VM.

Implementation

SecureKey copy();