Key.fromBase16 constructor
Key.fromBase16(
- String encoded
Creates an Encryption Key object from a hexdecimal string.
Implementation
Key.fromBase16(super.encoded) : super.fromBase16();
Creates an Encryption Key object from a hexdecimal string.
Key.fromBase16(super.encoded) : super.fromBase16();