public class SharedKeyResponse extends Message<SignerOuterClass.SharedKeyResponse>
Message,
SignerOuterClass.SharedKeyResponsebuilder, wrapperFactory| Constructor and Description |
|---|
SharedKeyResponse()
Empty Constructor
|
SharedKeyResponse(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
SharedKeyResponse(SignerOuterClass.SharedKeyResponse apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSharedKey()
Getter for sharedKey.
|
void |
setSharedKey(byte[] value)
Setter for sharedKey.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic SharedKeyResponse()
public SharedKeyResponse(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public SharedKeyResponse(SignerOuterClass.SharedKeyResponse apiObject)