|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--ostore.security.SignedQS
|
+--ostore.security.thresh.ThresholdSignedQS
A SignedQS for threshold signatures.
| Nested Class Summary |
|---|
| Nested classes inherited from class ostore.security.SignedQS |
|---|
SignedQS.SignatureBuffer |
| Field Summary |
|---|
| Fields inherited from class ostore.security.SignedQS |
|---|
_qs_signature, _qs_signature_type, _signature, _user_data |
| Constructor Summary | |
|---|---|
ThresholdSignedQS(InputBuffer buffer)
Deserialize the same way as a SignedQS. |
|
ThresholdSignedQS(QuickSerializable user_data,
byte[] signature)
The default constructor. |
|
| Method Summary | |
|---|---|
static byte[] |
bytes_to_sign(QuickSerializable user_data,
long qs_signature_type)
|
static SigShare |
create_sig_share(KeyShare keyshare,
QuickSerializable user_data,
long qs_signature_type)
|
| Methods inherited from class ostore.security.SignedQS |
|---|
init, init, main, qs_signature, serialize, toString, user_data, verify, verify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ThresholdSignedQS(InputBuffer buffer)
throws QSException
public ThresholdSignedQS(QuickSerializable user_data,
byte[] signature)
TODO: this interface practically encourages bugs.
| Method Detail |
public static SigShare create_sig_share(KeyShare keyshare,
QuickSerializable user_data,
long qs_signature_type)
public static byte[] bytes_to_sign(QuickSerializable user_data,
long qs_signature_type)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||