public class RequestSignable extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
alg |
String |
certb64 |
String |
contentHash |
| Constructor and Description |
|---|
RequestSignable() |
RequestSignable(String certb64,
String alg,
String contentHash) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlg() |
String |
getCertb64() |
String |
getContentHash() |
String |
toString() |
Copyright © 2020. All rights reserved.