public class PartyAndReference
Reference to something being stored or issued by a party e.g. in a vault or (more likely) on their normal ledger. The reference is intended to be encrypted so it's meaningless to anyone other than the party.
Constructor and Description |
---|
PartyAndReference(Party party,
OpaqueBytes reference)
Reference to something being stored or issued by a party e.g. in a vault or (more likely) on their normal
ledger. The reference is intended to be encrypted so it's meaningless to anyone other than the party.
|
Modifier and Type | Method and Description |
---|---|
Party |
component1() |
OpaqueBytes |
component2() |
PartyAndReference |
copy(Party party,
OpaqueBytes reference)
Reference to something being stored or issued by a party e.g. in a vault or (more likely) on their normal
ledger. The reference is intended to be encrypted so it's meaningless to anyone other than the party.
|
boolean |
equals(java.lang.Object p) |
Party |
getParty() |
OpaqueBytes |
getReference() |
int |
hashCode() |
java.lang.String |
toString() |
public PartyAndReference(Party party, OpaqueBytes reference)
Reference to something being stored or issued by a party e.g. in a vault or (more likely) on their normal ledger. The reference is intended to be encrypted so it's meaningless to anyone other than the party.
public java.lang.String toString()
public Party getParty()
public OpaqueBytes getReference()
public Party component1()
public OpaqueBytes component2()
public PartyAndReference copy(Party party, OpaqueBytes reference)
Reference to something being stored or issued by a party e.g. in a vault or (more likely) on their normal ledger. The reference is intended to be encrypted so it's meaningless to anyone other than the party.
public int hashCode()
public boolean equals(java.lang.Object p)