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

D

Dealer - class demo.Dealer.
The dealer class runs the sharing operations loosely as the first client.
Dealer() - Constructor for class demo.Dealer
Creates a new instance of Dealer
DealerException - exception demo.DealerException.
The exception called by the dealer to indicate an error.
DealerException() - Constructor for class demo.DealerException
Creates a new instance of DealerException without detail message.
DealerException(String) - Constructor for class demo.DealerException
Constructs an instance of DealerException with the specified detail message.
decrypt(byte[]) - Method in class demo.RSACryptoManager
Decrypts the ciphertext into two BigIntegers using the local private key and places them into an array.
demo - package demo
The share demo consists of two demo aps, the GUI demo, ShareDemo and the original command line, testap.
displayError(String, String) - Method in class demo.ClientDisplay
Displays an error dialog box.

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