Class SignatureOptions
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.SignatureOptions
-
public class SignatureOptions extends Object
SignatureOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignatureOptions.SignatureOptionsBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CHALLENGEstatic StringSERIALIZED_NAME_DOMAINstatic StringSERIALIZED_NAME_PROOF_PURPOSEstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_VERIFICATION_METHOD
-
Constructor Summary
Constructors Constructor Description SignatureOptions()SignatureOptions(String challenge, String domain, String proofPurpose, String type, String verificationMethod)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SignatureOptions.SignatureOptionsBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChallenge()StringgetDomain()StringgetProofPurpose()StringgetType()StringgetVerificationMethod()inthashCode()voidsetChallenge(String challenge)voidsetDomain(String domain)voidsetProofPurpose(String proofPurpose)voidsetType(String type)voidsetVerificationMethod(String verificationMethod)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CHALLENGE
public static final String SERIALIZED_NAME_CHALLENGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DOMAIN
public static final String SERIALIZED_NAME_DOMAIN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROOF_PURPOSE
public static final String SERIALIZED_NAME_PROOF_PURPOSE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERIFICATION_METHOD
public static final String SERIALIZED_NAME_VERIFICATION_METHOD
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static SignatureOptions.SignatureOptionsBuilder builder()
-
getChallenge
public String getChallenge()
-
getDomain
public String getDomain()
-
getProofPurpose
public String getProofPurpose()
-
getType
public String getType()
-
getVerificationMethod
public String getVerificationMethod()
-
setChallenge
public void setChallenge(String challenge)
-
setDomain
public void setDomain(String domain)
-
setProofPurpose
public void setProofPurpose(String proofPurpose)
-
setType
public void setType(String type)
-
setVerificationMethod
public void setVerificationMethod(String verificationMethod)
-
canEqual
protected boolean canEqual(Object other)
-
-