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.CypherOperationgetCypherOperation()StringgetErrorMessage()StringgetMessage()StringgetSignature()booleanisError()protected voidsetCypherOperation(KeyContexts.CypherOperation cypherOperation)protected voidsetError(boolean error)protected voidsetErrorMessage(String errorMessage)protected voidsetMessage(String message)protected voidsetSignature(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)
-
-