public class VerifySignatureStepModel extends BaseStepModel
| Constructor and Description |
|---|
VerifySignatureStepModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromMap(Map<String,Object> context)
Initialize object with given attribute map.
|
String |
getApplicationKey() |
String |
getApplicationSecret() |
byte[] |
getData() |
String |
getHttpMethod() |
String |
getPassword() |
String |
getResourceId() |
io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes |
getSignatureType() |
String |
getStatusFileName() |
boolean |
isDryRun()
Set flag indicating that this step should be terminated before the networking call.
|
void |
setApplicationKey(String applicationKey)
Application key.
|
void |
setApplicationSecret(String applicationSecret)
Application secret.
|
void |
setData(byte[] data)
The request data, used for POST, PUT and DELETE methods.
|
void |
setDryRun(boolean dryRun) |
void |
setHttpMethod(String httpMethod)
HTTP method used for the request call.
|
void |
setPassword(String password)
Password for the password related key encryption.
|
void |
setResourceId(String resourceId)
Resource identifier for a given call.
|
void |
setSignatureType(io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes signatureType)
PowerAuth signature type.
|
void |
setStatusFileName(String statusFileName)
File name of the file with stored activation status.
|
Map<String,Object> |
toMap()
Convert this object to map.
|
getHeaders, getResultStatusObject, getUriString, getVersion, setHeaders, setResultStatusObject, setUriString, setVersionpublic void setStatusFileName(String statusFileName)
statusFileName - Status file name.public void setApplicationKey(String applicationKey)
applicationKey - APP_KEY.public void setApplicationSecret(String applicationSecret)
applicationSecret - APP_SECRET.public void setHttpMethod(String httpMethod)
httpMethod - HTTP method for the call.public void setResourceId(String resourceId)
resourceId - Resource identifier.public void setSignatureType(io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes signatureType)
signatureType - Signature type.public void setData(byte[] data)
data - Request data.public void setPassword(String password)
password - Password.public boolean isDryRun()
public String getStatusFileName()
public String getApplicationKey()
public String getApplicationSecret()
public String getHttpMethod()
public String getResourceId()
public io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes getSignatureType()
public byte[] getData()
public String getPassword()
public void setDryRun(boolean dryRun)
public Map<String,Object> toMap()
BaseStepModeltoMap in class BaseStepModelpublic void fromMap(Map<String,Object> context)
BaseStepModelfromMap in class BaseStepModelcontext - Context with attributes.Copyright © 2016–2020 Wultra s.r.o.. All rights reserved.