Class SignatureParameters

java.lang.Object
net.visma.autopay.http.signature.SignatureParameters

public class SignatureParameters extends Object
Builder class for constructing Signature Parameters. Used when creating signatures.
See Also:
  • Method Details

    • builder

      public static SignatureParameters.Builder builder()
      Returns a builder used to construct SignatureParameters object

      When creating signatures, order of parameters added in the builder is preserved in produced content of Signature-Input.

      Returns:
      A SignatureParameters builder
    • toString

      public String toString()
      String representation of this object
      Overrides:
      toString in class Object
      Returns:
      String representation of this SignatureParameters
    • equals

      public boolean equals(Object o)
      Compares the specified object with this SignatureParameters for equality. Returns true if the given object is of the same class as this SignatureParameters, and all contained parameters are equal.
      Overrides:
      equals in class Object
      Parameters:
      o - Object to be compared with this SignatureParameters
      Returns:
      True is specified object is equal to this SignatureParameters
    • hashCode

      public int hashCode()
      Returns hash code for this SignatureParameters, which is composed of hash codes of all contained components
      Overrides:
      hashCode in class Object
      Returns:
      The hash code for this SignatureParameters