SignResponse Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. hsm. parser. SignResponse
- com.
public class SignResponse
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| java.lang.String | digest |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| SignResponse() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sign |
fromJson(String json) |
| java.lang.String | getDigest() |
Methods inherited from java.lang.Object
Field Details
digest
public String digest
Constructor Details
SignResponse
public SignResponse()
Method Details
fromJson
public static SignResponse fromJson(String json)
Parameters:
getDigest
public String getDigest()