ostore.security.thresh
Class ThresholdSignedQS
java.lang.Object
|
+--ostore.security.SignedQS
|
+--ostore.security.thresh.ThresholdSignedQS
- All Implemented Interfaces:
- QuickSerializable
- public class ThresholdSignedQS
- extends SignedQS
A SignedQS for threshold signatures.
- Version:
- $Id: ThresholdSignedQS.java,v 1.12 2002/08/14 01:13:34 srhea Exp $
- Author:
- Sean C. Rhea
ThresholdSignedQS
public ThresholdSignedQS(InputBuffer buffer)
throws QSException
- Deserialize the same way as a SignedQS.
ThresholdSignedQS
public ThresholdSignedQS(QuickSerializable user_data,
byte[] signature)
- The default constructor.
TODO: this interface practically encourages bugs.
create_sig_share
public static SigShare create_sig_share(KeyShare keyshare,
QuickSerializable user_data,
long qs_signature_type)
bytes_to_sign
public static byte[] bytes_to_sign(QuickSerializable user_data,
long qs_signature_type)