c

io.horizen.proposition

PublicKey25519Proposition

final class PublicKey25519Proposition extends SingleSecretProofOfKnowledgeProposition[PrivateKey25519]

Annotations
@JsonView()
Linear Supertypes
SingleSecretProofOfKnowledgeProposition[PrivateKey25519], ProofOfKnowledgeProposition[PrivateKey25519], Proposition, sparkz.core.transaction.box.proposition.Proposition, BytesSerializable, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PublicKey25519Proposition
  2. SingleSecretProofOfKnowledgeProposition
  3. ProofOfKnowledgeProposition
  4. Proposition
  5. Proposition
  6. BytesSerializable
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PublicKey25519Proposition(pubKeyBytes: Array[Byte], checkPubKey: Boolean)
  2. new PublicKey25519Proposition(pubKeyBytes: Array[Byte])

Type Members

  1. abstract type M >: PublicKey25519Proposition.this.type <: BytesSerializable
    Definition Classes
    BytesSerializable

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. def address(): String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bytes(): Array[Byte]

    This function repeats bytes() function from BytesSerializable scala trait because java removed it after the import.

    This function repeats bytes() function from BytesSerializable scala trait because java removed it after the import.

    returns

    byte representation of object

    Definition Classes
    Proposition → BytesSerializable
    Annotations
    @Override()
  7. def canBeProvedBy(secretList: List[Secret]): ProvableCheckResult[PrivateKey25519]

    Checks if it is possible to build a Proof for this Proposition, giving the list of available Secrets

    Checks if it is possible to build a Proof for this Proposition, giving the list of available Secrets

    returns

    an instance of ProvableCheckResult. It contains a boolean flag with the result, and the subset of Secrets that can be used to build the proof

    Definition Classes
    SingleSecretProofOfKnowledgePropositionProofOfKnowledgeProposition
    Annotations
    @Override()
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    PublicKey25519Proposition → AnyRef → Any
    Annotations
    @Override()
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    PublicKey25519Proposition → AnyRef → Any
    Annotations
    @Override()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def pubKeyBytes(): Array[Byte]
    Definition Classes
    PublicKey25519PropositionProofOfKnowledgeProposition
    Annotations
    @Override()
  18. def serializer(): PropositionSerializer
    Definition Classes
    PublicKey25519PropositionProposition → BytesSerializable
    Annotations
    @Override()
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    PublicKey25519Proposition → AnyRef → Any
    Annotations
    @Override()
  21. def verify(message: Array[Byte], signature: Array[Byte]): Boolean
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from Proposition

Inherited from sparkz.core.transaction.box.proposition.Proposition

Inherited from BytesSerializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped