Encrypted.fromBase16 constructor
Encrypted.fromBase16(
- String encoded
Creates an Encrypted object from a hexdecimal string.
Implementation
Encrypted.fromBase16(String encoded) : _bytes = decodeHexString(encoded);