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