Package net.visma.autopay.http.signature
Class SignatureParameters
java.lang.Object
net.visma.autopay.http.signature.SignatureParameters
Builder class for constructing Signature Parameters. Used when creating signatures.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SignatureParameters.Builder
builder()
Returns a builder used to constructSignatureParameters
objectboolean
Compares the specified object with this SignatureParameters for equality.int
hashCode()
Returns hash code for this SignatureParameters, which is composed of hash codes of all contained componentstoString()
String representation of this object
-
Method Details
-
builder
Returns a builder used to constructSignatureParameters
objectWhen creating signatures, order of parameters added in the builder is preserved in produced content of Signature-Input.
- Returns:
- A SignatureParameters builder
-
toString
String representation of this object -
equals
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. -
hashCode
public int hashCode()Returns hash code for this SignatureParameters, which is composed of hash codes of all contained components
-