Package com.h2tcoin.takamakachain.wallet
Class InstanceCypherBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.wallet.InstanceCypherBean
-
public class InstanceCypherBean extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description InstanceCypherBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyContexts.CypherOperation
getCypherOperation()
String
getErrorMessage()
String
getMessage()
String
getSignature()
boolean
isError()
protected void
setCypherOperation(KeyContexts.CypherOperation cypherOperation)
protected void
setError(boolean error)
protected void
setErrorMessage(String errorMessage)
protected void
setMessage(String message)
protected void
setSignature(String signature)
-
-
-
Method Detail
-
getSignature
public String getSignature()
-
setSignature
protected void setSignature(String signature)
-
isError
public boolean isError()
-
setError
protected void setError(boolean error)
-
getMessage
public String getMessage()
-
setMessage
protected void setMessage(String message)
-
getCypherOperation
public KeyContexts.CypherOperation getCypherOperation()
-
setCypherOperation
protected void setCypherOperation(KeyContexts.CypherOperation cypherOperation)
-
getErrorMessage
public String getErrorMessage()
-
setErrorMessage
protected void setErrorMessage(String errorMessage)
-
-