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

C

calculatePublicVersion(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Static method in class Secret_Share.ShareUtil
This function calculates the public version of a Share.
Client - class demo.Client.
The client class is a thread that sports a JFrame window.
Client(int, int, PrivateKey, PublicKey[]) - Constructor for class demo.Client
Creates a new instance of Client
ClientDisplay - class demo.ClientDisplay.
The JPanel used by the client.
ClientDisplay(Client) - Constructor for class demo.ClientDisplay
Creates new ClientDisplay.
ClientException - exception demo.ClientException.
The exception thrown by the client.
ClientException() - Constructor for class demo.ClientException
Creates a new instance of ClientException without detail message.
ClientException(String) - Constructor for class demo.ClientException
Constructs an instance of ClientException with the specified detail message.
copy() - Method in class Secret_Share.Share
Creates an exact copy of the share.
corruptShare() - Method in class demo.Client
Instructs the client to corrupt its share.
corruptShare(int) - Method in class Secret_Share.Share
This is not actually a normal function for the share, it creates random values for the secret share and the commitment share.
CryptoException - exception demo.CryptoException.
The exception thrown by the RSACryptoManager to indicate general error.
CryptoException() - Constructor for class demo.CryptoException
Creates a new instance of CryptoException without detail message.
CryptoException(String) - Constructor for class demo.CryptoException
Constructs an instance of CryptoException with the specified detail message.

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