public class RequestData extends Object
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEndorsementKey()
Getter for endorsement key
|
String |
getOperationId()
Getter for operation Id
|
String |
getPayload()
Getter for Payload.
|
String |
getRegistrationId()
Getter for Registration ID
|
String |
getSasToken()
Getter for SasToken.
|
SSLContext |
getSslContext()
Getter for SSL Context
|
byte[] |
getStorageRootKey()
Getter for Storage root key
|
boolean |
isX509()
If the flow with the service is X509 or not.
|
void |
setPayload(String payload)
Setter for Payload.
|
public byte[] getEndorsementKey()
public byte[] getStorageRootKey()
public String getRegistrationId()
public String getOperationId()
public boolean isX509()
public SSLContext getSslContext()
public String getSasToken()
public void setPayload(String payload)
payload - value. Can be null;public String getPayload()
Copyright © 2020. All rights reserved.