/**
  * Check if this client trusts all SSL certificates, including self-signed certificates.
  *
  * @return true if all certificates are trusted.
  */
 public boolean isAllSSLCertificatesTrusted() {
   return caller.isAllSSLCertificatesTrusted();
 }