Key constructor

Key(
  1. Uint8List bytes
)

Creates an Encryption Key object from a Uint8List.

Implementation

Key(Uint8List bytes) : super(bytes);