public class SharedKeyRequest extends Message<SignerOuterClass.SharedKeyRequest>
Message,
SignerOuterClass.SharedKeyRequestbuilder, wrapperFactory| Constructor and Description |
|---|
SharedKeyRequest()
Empty Constructor
|
SharedKeyRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
SharedKeyRequest(SignerOuterClass.SharedKeyRequest apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEphemeralPubkey()
Getter for ephemeralPubkey.
|
KeyDescriptor |
getKeyDesc()
Getter for a list of keyDesc.
|
KeyLocator |
getKeyLoc()
Getter for a list of keyLoc.
|
void |
setEphemeralPubkey(byte[] value)
Setter for ephemeralPubkey.
|
void |
setKeyDesc(KeyDescriptor value)
Setter for list of keyDesc.
|
void |
setKeyLoc(KeyLocator value)
Setter for list of keyLoc.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic SharedKeyRequest()
public SharedKeyRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public SharedKeyRequest(SignerOuterClass.SharedKeyRequest apiObject)
public byte[] getEphemeralPubkey()
public void setEphemeralPubkey(byte[] value)
public KeyLocator getKeyLoc() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setKeyLoc(KeyLocator value)
public KeyDescriptor getKeyDesc() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setKeyDesc(KeyDescriptor value)