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