ostore.security
Class SignedQSArray

java.lang.Object
  |
  +--ostore.security.SignedQSArray

public class SignedQSArray
extends Object

Documentation, what's that?

Version:
$Id: SignedQSArray.java,v 1.4 2002/04/06 22:52:43 eaton Exp $
Author:
Sean C. Rhea

Inner Class Summary
static class SignedQSArray.Individual
           
 
Constructor Summary
SignedQSArray(QuickSerializable[] user_data, QSSignature qs_signature, PrivateKey privkey, SecureRandom random, Signature engine)
           
 
Method Summary
 SignedQS signed_object(int number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedQSArray

public SignedQSArray(QuickSerializable[] user_data,
                     QSSignature qs_signature,
                     PrivateKey privkey,
                     SecureRandom random,
                     Signature engine)
              throws InvalidKeyException,
                     SignatureException
Method Detail

signed_object

public SignedQS signed_object(int number)