public class CommandWithParties<T extends CommandData>
A class Command where the signing parties have been looked up if they have a well known/recognised institutional key.
class Commandpublic CommandWithParties(@NotNull
java.util.List<? extends java.security.PublicKey> signers,
@NotNull
java.util.List<net.corda.core.identity.Party> signingParties,
@NotNull
T value)
A class Command where the signing parties have been looked up if they have a well known/recognised institutional key.
signingParties - If any public keys were recognised, the looked up institutions are available hereclass Command@NotNull public java.util.List<java.security.PublicKey> getSigners()
@NotNull public java.util.List<net.corda.core.identity.Party> getSigningParties()
If any public keys were recognised,
the looked up institutions are available here
@NotNull public T getValue()
@NotNull public java.util.List<java.security.PublicKey> component1()
@NotNull public java.util.List<net.corda.core.identity.Party> component2()
If any public keys were recognised,
the looked up institutions are available here
@NotNull public T component3()
@NotNull public CommandWithParties<T> copy(@NotNull java.util.List<? extends java.security.PublicKey> signers, @NotNull java.util.List<net.corda.core.identity.Party> signingParties, @NotNull T value)
A class Command where the signing parties have been looked up if they have a well known/recognised institutional key.
class Command@NotNull public java.lang.String toString()
A class Command where the signing parties have been looked up if they have a well known/recognised institutional key.
class Commandpublic int hashCode()
A class Command where the signing parties have been looked up if they have a well known/recognised institutional key.
class Commandpublic boolean equals(@Nullable
java.lang.Object p)
A class Command where the signing parties have been looked up if they have a well known/recognised institutional key.
class Command