Gets a copy of the certificate store.
List<Uint8List> get certificateStore { return List<Uint8List>.from(_certificateStore, growable: false); }