Key constructor
Key(
- Uint8List bytes
Creates an Encryption Key object from a Uint8List.
Implementation
Key(Uint8List bytes) : super(bytes);
Creates an Encryption Key object from a Uint8List.
Key(Uint8List bytes) : super(bytes);