Packages

case class Block(eciesPublicKey: EthPublicKey, aesInitialVector: ByteSeqExact16, ciphertext: Seq[Byte], eciesMac: ByteSeqExact32) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Block
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Block(eciesPublicKey: EthPublicKey, aesInitialVector: ByteSeqExact16, ciphertext: Seq[Byte], eciesMac: ByteSeqExact32)

Value Members

  1. val aesInitialVector: ByteSeqExact16
  2. lazy val bytes: Seq[Byte]
  3. val ciphertext: Seq[Byte]
  4. def decryptToInitiatorMessage(to: EthPrivateKey, mbSharedSecret: Option[ByteSeqExact32]): Failable[Initiator]
  5. def decryptToMessage(to: EthPrivateKey, mbSharedSecret: Option[ByteSeqExact32]): Failable[Message]
  6. def decryptToPlaintext(to: EthPrivateKey, mbSharedSecret: Option[ByteSeqExact32]): Array[Byte]
  7. def decryptToReceiverMessage(to: EthPrivateKey, mbSharedSecret: Option[ByteSeqExact32]): Failable[Receiver]
  8. val eciesMac: ByteSeqExact32
  9. val eciesPublicKey: EthPublicKey