Encrypted.fromBase16 constructor

Encrypted.fromBase16(
  1. String encoded
)

Creates an Encrypted object from a hexdecimal string.

Implementation

Encrypted.fromBase16(String encoded) : _bytes = decodeHexString(encoded);