- Challenge - Class in ComPackage
-
Class for getting and setting challenges.
- Challenge() - Constructor for class ComPackage.Challenge
-
- changeCB(ActionEvent) - Method in class ComPackage.Graphics
-
Create challenge - enables button Send.
- checkChall() - Static method in class ComPackage.Client
-
Check challenges - gets list of challenges and checks which is destined for user.
- checkCon() - Static method in class ComPackage.Client
-
Checks connetion to server.
- checkConnection() - Method in class ComPackage.ComImpl
-
Checks connection to server.
- checkConnection() - Method in interface ComPackage.ComInterface
-
- checkSign(String, String) - Static method in class ComPackage.Client
-
Checks signature of key.
- checkUN(String) - Static method in class ComPackage.Client
-
Checks identical usernames.
- checkUsername(String) - Method in class ComPackage.ComImpl
-
Checks identical usernames.
- checkUsername(String) - Method in interface ComPackage.ComInterface
-
- clickBtnCheck(ActionEvent) - Method in class ComPackage.Graphics
-
Click button Check challenge - Checks challenge, verifications and displays challenge.
- clickBtnCreate(ActionEvent) - Method in class ComPackage.Graphics
-
Create challenge - inserts users to combobox.
- clickBtnDisplay(ActionEvent) - Method in class ComPackage.Graphics
-
Display message.
- clickBtnOK(ActionEvent) - Method in class ComPackage.Graphics
-
Click button OK - checks username and creates user on the server.
- clickBtnSend(ActionEvent) - Method in class ComPackage.Graphics
-
Create challenge - gets receiver's public key and sends challenge to server.
- clickClose(String) - Static method in class ComPackage.Client
-
Remove user from server.
- Client - Class in ComPackage
-
Class for invocation methods on server
- Client() - Constructor for class ComPackage.Client
-
- ComImpl - Class in ComPackage
-
Class for implementation an interface which is promising that it
will provide method bodies, or definitions, for each of the method signatures
declared in that interface.
- ComImpl() - Constructor for class ComPackage.ComImpl
-
Constructor - invoke rmi linking and remote object initialization.
- ComInterface - Interface in ComPackage
-
ComInterface definitions header of methods for the remote invocations.
- ComPackage - package ComPackage
-
- createChal(BigInteger, String, String) - Static method in class ComPackage.Client
-
Creates challenge.
- createChallenge(BigInteger, BigInteger, byte[], byte[], String, String, String) - Method in class ComPackage.ComImpl
-
Creates challenge and crypted message on the server.
- createChallenge(BigInteger, BigInteger, byte[], byte[], String, String, String) - Method in interface ComPackage.ComInterface
-
- createUser(String) - Static method in class ComPackage.Client
-
Creates new user and register on server.