Packages

object HashPurpose

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashPurpose
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AcknowledgementSignature: HashPurpose
  5. val AcsCommitment: HashPurpose
  6. val AcsCommitmentDb: HashPurpose
  7. val AggregationId: HashPurpose
  8. val AgreementId: HashPurpose
  9. val AuthenticationToken: HashPurpose
  10. val CommonMetadata: HashPurpose
  11. val DarIdentifier: HashPurpose
  12. val DbLockId: HashPurpose
  13. val Discriminator: HashPurpose
  14. val DomainTopologyTransactionMessageSignature: HashPurpose
  15. val Hmac: HashPurpose
  16. val LegalIdentityClaim: HashPurpose
  17. val MalformedMediatorRequestResult: HashPurpose
  18. val MediatorLeadershipEvent: HashPurpose
  19. val MediatorResponseSignature: HashPurpose
  20. val MerkleTreeInnerNode: HashPurpose
  21. val ParticipantMetadata: HashPurpose
  22. val ParticipantStateSignature: HashPurpose
  23. val PublicKeyFingerprint: HashPurpose
  24. val RepairTransactionId: HashPurpose
  25. val SequencedEventSignature: HashPurpose
  26. val SignedProtocolMessageSignature: HashPurpose
  27. val Stakeholders: HashPurpose
  28. val SubmissionRequestSignature: HashPurpose
  29. val SubmitterMetadata: HashPurpose
  30. val TopologyTransactionSignature: HashPurpose
  31. val TransactionResultSignature: HashPurpose
  32. val TransferInCommonData: HashPurpose
  33. val TransferInView: HashPurpose
  34. val TransferOutCommonData: HashPurpose
  35. val TransferOutView: HashPurpose
  36. val TransferResultSignature: HashPurpose
  37. val TransferViewTreeMessageSeed: HashPurpose
  38. val Unicum: HashPurpose
  39. val UnionspaceNamespace: HashPurpose
  40. val ViewCommonData: HashPurpose
  41. val ViewParticipantData: HashPurpose
  42. def apply(id: Int, description: String): HashPurpose

    Creates a new HashPurpose with a given description

  43. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  44. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  45. def description(hashPurpose: HashPurpose): String

    Returns the description that was given when the hash purpose was created.

  46. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  48. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped