Key.fromBase16 constructor

Key.fromBase16(
  1. String encoded
)

Creates an Encryption Key object from a hexdecimal string.

Implementation

Key.fromBase16(String encoded) : super.fromBase16(encoded);