ostore.agree
Class SignatureStage.ThresholdSignatureRequest

java.lang.Object
  |
  +--ostore.agree.SignatureStage.ThresholdSignatureRequest
All Implemented Interfaces:
QueueElementIF
Enclosing class:
SignatureStage

public static class SignatureStage.ThresholdSignatureRequest
extends Object
implements QueueElementIF


Field Summary
 SinkIF completion_queue
           
 Object id
           
 KeyShare key_share
           
 QuickSerializable overall_result
           
 ThresholdPublicKey public_key
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public Object id

overall_result

public QuickSerializable overall_result

public_key

public ThresholdPublicKey public_key

key_share

public KeyShare key_share

completion_queue

public SinkIF completion_queue