Class TlsConfiguration


  • public class TlsConfiguration
    extends java.lang.Object
    Representation of a TLS context. Instances can only be obtained through an TlsConfiguration.Builder.
    • Method Detail

      • isInsecure

        public boolean isInsecure()
        Returns:
        Defines whether the trust store should be insecure, meaning no certificate validations should be performed.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object