SignRequest Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. hsm. parser. SignRequest
- com.
public class SignRequest
Constructor Summary
Constructor | Description | |
---|---|---|
SignRequest() |
Method Summary
Modifier and Type | Method and Description |
---|---|
byte [] | getData() |
void | setAlgo(Mac algo) |
void | setData(byte[] data) |
void | setKeyId(String keyId) |
String | toJson() |
Constructor Details
SignRequest
public SignRequest()
Method Details
getData
public byte [] getData()
setAlgo
public void setAlgo(Mac algo)
Parameters:
algo
setData
public void setData(byte[] data)
Parameters:
data
setKeyId
public void setKeyId(String keyId)
Parameters:
keyId
toJson
public String toJson()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java