Class DlocalSignature
- java.lang.Object
-
- com.checkout.forward.requests.signatures.AbstractSignature
-
- com.checkout.forward.requests.signatures.DlocalSignature
-
public final class DlocalSignature extends AbstractSignature
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDlocalSignature.DlocalSignatureBuilder
-
Field Summary
-
Fields inherited from class com.checkout.forward.requests.signatures.AbstractSignature
type
-
-
Constructor Summary
Constructors Constructor Description DlocalSignature()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DlocalSignature.DlocalSignatureBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)DlocalParametersgetDlocalParameters()The parameters required to generate an HMAC signature for the dLocal API.inthashCode()voidsetDlocalParameters(DlocalParameters dlocalParameters)The parameters required to generate an HMAC signature for the dLocal API.java.lang.StringtoString()-
Methods inherited from class com.checkout.forward.requests.signatures.AbstractSignature
getType
-
-
-
-
Method Detail
-
builder
public static DlocalSignature.DlocalSignatureBuilder builder()
-
getDlocalParameters
public DlocalParameters getDlocalParameters()
The parameters required to generate an HMAC signature for the dLocal API. See their documentation for details. This method requires you to provide the X-Login header value in the destination request headers. When used, the Forward API appends the X-Date and Authorization headers to the outgoing HTTP request before forwarding.
-
setDlocalParameters
public void setDlocalParameters(DlocalParameters dlocalParameters)
The parameters required to generate an HMAC signature for the dLocal API. See their documentation for details. This method requires you to provide the X-Login header value in the destination request headers. When used, the Forward API appends the X-Date and Authorization headers to the outgoing HTTP request before forwarding.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classAbstractSignature
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classAbstractSignature
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractSignature
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractSignature
-
-