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(AnonymousParty 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.
|
PartyAndReference(Party party,
OpaqueBytes reference) |
Modifier and Type | Method and Description |
---|---|
AnonymousParty |
component1() |
OpaqueBytes |
component2() |
PartyAndReference |
copy(AnonymousParty 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) |
AnonymousParty |
getParty() |
OpaqueBytes |
getReference() |
int |
hashCode() |
java.lang.String |
toString() |
public PartyAndReference(AnonymousParty 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 PartyAndReference(Party party, OpaqueBytes reference)
public java.lang.String toString()
public AnonymousParty getParty()
public OpaqueBytes getReference()
public AnonymousParty component1()
public OpaqueBytes component2()
public PartyAndReference copy(AnonymousParty 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)