secretKey property

SecretKey secretKey

The key in a format understood by the cryptography library

Implementation

SecretKey get secretKey {
  return SecretKey(_key);
}