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