/// <summary>
 /// Gets the hash code
 /// </summary>
 /// <returns>Hash code</returns>
 public override int GetHashCode()
 {
     unchecked // Overflow is fine, just wrap
     {
         var hashCode = 41;
         // Suitable nullity checks etc, of course :)
         if (ComAdobeGraniteJettySslPort != null)
         {
             hashCode = hashCode * 59 + ComAdobeGraniteJettySslPort.GetHashCode();
         }
         if (ComAdobeGraniteJettySslKeystoreUser != null)
         {
             hashCode = hashCode * 59 + ComAdobeGraniteJettySslKeystoreUser.GetHashCode();
         }
         if (ComAdobeGraniteJettySslKeystorePassword != null)
         {
             hashCode = hashCode * 59 + ComAdobeGraniteJettySslKeystorePassword.GetHashCode();
         }
         if (ComAdobeGraniteJettySslCiphersuitesExcluded != null)
         {
             hashCode = hashCode * 59 + ComAdobeGraniteJettySslCiphersuitesExcluded.GetHashCode();
         }
         if (ComAdobeGraniteJettySslCiphersuitesIncluded != null)
         {
             hashCode = hashCode * 59 + ComAdobeGraniteJettySslCiphersuitesIncluded.GetHashCode();
         }
         if (ComAdobeGraniteJettySslClientCertificate != null)
         {
             hashCode = hashCode * 59 + ComAdobeGraniteJettySslClientCertificate.GetHashCode();
         }
         return(hashCode);
     }
 }