core.List<core.int> get sha384AsBytes => convert.base64.decode(sha384!);
set sha384AsBytes(core.List<core.int> bytes_) { sha384 = convert.base64.encode(bytes_).replaceAll('/', '_').replaceAll('+', '-'); }