A C D E G I L M N P R S T U V

R

receiveShare(byte[], int) - Method in class demo.Client
This method is used by the dealer to initially give the client its share.
RECOVER_COMMIT - Static variable in class Secret_Share.ShareUtil
A recovery mode, it is used to indicate the recovery of the commitment value.
RECOVER_SECRET - Static variable in class Secret_Share.ShareUtil
A recovery mode, it is used to indicate the recovery of the secret.
recover(Share[], BigInteger, int) - Static method in class Secret_Share.ShareUtil
This method recovers the secret from an array of shares.
RecoverException - exception Secret_Share.RecoverException.
This exception is thrown when there is an error recovering the secret.
RecoverException() - Constructor for class Secret_Share.RecoverException
Creates a new instance of RecoverException without detail message.
RecoverException(String) - Constructor for class Secret_Share.RecoverException
Constructs an instance of RecoverException with the specified detail message.
recoverSecret() - Method in class demo.Dealer
Takes the appropriate steps to recover the secret.
recoverSecret(byte[][]) - Method in class demo.Client
The method called by the recoverer to recover the secret from the data contained in the array of messages.
recoverShare(byte[][]) - Method in class demo.Client
The second of two methods used by invalid clients in share recovery.
recoverShareFinal(byte[][]) - Method in class demo.Client
The second of two methods used by valid shares in share recovery.
recoverShareInit(int) - Method in class demo.Client
Performs the first of two steps for share recovery for valid shares.
recoverShareListen(byte[][]) - Method in class demo.Client
The first of two methods used by invalid clients in share recovery.
recoverShares() - Method in class demo.Dealer
Attempts to recover shares found to be bad by validateShares().
relativeBasis(Share) - Method in class Secret_Share.Share
Compares this share with another one.
renewalFinal(byte[][]) - Method in class demo.Client
The second of two methods used for share renewal.
renewalInit() - Method in class demo.Client
The first of two functions involved in share renewal.
renewShares() - Method in class demo.Dealer
Attempts to renew the shares of all of the clients.
RSACryptoManager - class demo.RSACryptoManager.
A collection of purpose built methods for encrypting secret shares and commitment values and signing messages.
RSACryptoManager(Client, PrivateKey, PublicKey[]) - Constructor for class demo.RSACryptoManager
Creates a new instance of RSACryptoManager
run() - Method in class demo.Client
Overrides the run method of class Thread.

A C D E G I L M N P R S T U V