public class Command
Command data/content plus pubkey pair: the signature is stored at the end of the serialized bytes
Constructor and Description |
---|
Command(CommandData value,
java.util.List<? extends net.corda.core.crypto.CompositeKey> signers)
Command data/content plus pubkey pair: the signature is stored at the end of the serialized bytes
|
Command(CommandData data,
CompositeKey key) |
Modifier and Type | Method and Description |
---|---|
CommandData |
component1() |
java.util.List<net.corda.core.crypto.CompositeKey> |
component2() |
Command |
copy(CommandData value,
java.util.List<? extends net.corda.core.crypto.CompositeKey> signers)
Command data/content plus pubkey pair: the signature is stored at the end of the serialized bytes
|
boolean |
equals(java.lang.Object p) |
java.util.List<net.corda.core.crypto.CompositeKey> |
getSigners() |
CommandData |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public Command(CommandData value, java.util.List<? extends net.corda.core.crypto.CompositeKey> signers)
Command data/content plus pubkey pair: the signature is stored at the end of the serialized bytes
public Command(CommandData data, CompositeKey key)
public java.lang.String toString()
public CommandData getValue()
public java.util.List<net.corda.core.crypto.CompositeKey> getSigners()
public CommandData component1()
public java.util.List<net.corda.core.crypto.CompositeKey> component2()
public Command copy(CommandData value, java.util.List<? extends net.corda.core.crypto.CompositeKey> signers)
Command data/content plus pubkey pair: the signature is stored at the end of the serialized bytes
public int hashCode()
public boolean equals(java.lang.Object p)