Packages

final case class ParticipantRandomnessLookup(participant: String, randomness: ByteString) extends GeneratedMessage with Updatable[ParticipantRandomnessLookup] with Product with Serializable

randomness

An encrypted random bytestring. After decryption, used in HKDF to derive the encryption keys for the view and its subviews

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParticipantRandomnessLookup
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ParticipantRandomnessLookup(participant: String, randomness: ByteString)

    randomness

    An encrypted random bytestring. After decryption, used in HKDF to derive the encryption keys for the view and its subviews

Value Members

  1. def companion: ParticipantRandomnessLookup.type
    Definition Classes
    ParticipantRandomnessLookup → GeneratedMessage
  2. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ParticipantRandomnessLookup → GeneratedMessage
  3. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ParticipantRandomnessLookup → GeneratedMessage
  4. val participant: String
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val randomness: ByteString
  7. def serializedSize: Int
    Definition Classes
    ParticipantRandomnessLookup → GeneratedMessage
  8. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  9. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  10. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  11. def toProtoString: String
    Definition Classes
    ParticipantRandomnessLookup → GeneratedMessage
  12. def update(ms: (Lens[ParticipantRandomnessLookup, ParticipantRandomnessLookup]) => Mutation[ParticipantRandomnessLookup]*): ParticipantRandomnessLookup
    Definition Classes
    Updatable
  13. def withParticipant(__v: String): ParticipantRandomnessLookup
  14. def withRandomness(__v: ByteString): ParticipantRandomnessLookup
  15. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  16. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ParticipantRandomnessLookup → GeneratedMessage
  17. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage