public void clearSslPreferences() {
   ContentViewCore contentView = this.getContentViewCore();
   if (contentView != null) {
     contentView.clearSslPreferences();
   }
 }