Class SslConfiguration

    • Method Detail

      • certificate

        public final String certificate()

        The contents of the certificate's domain.crt file.

        Returns:
        The contents of the certificate's domain.crt file.
      • privateKey

        public final String privateKey()

        The private key; the contents of the certificate's domain.kex file.

        Returns:
        The private key; the contents of the certificate's domain.kex file.
      • chain

        public final String chain()

        Optional. Can be used to specify an intermediate certificate authority key or client authentication.

        Returns:
        Optional. Can be used to specify an intermediate certificate authority key or client authentication.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)