- getChallenges() - Method in class ComPackage.ComImpl
-
Gets list of challenges.
- getChallenges() - Method in interface ComPackage.ComInterface
-
- getCip() - Method in class ComPackage.Challenge
-
- getCip() - Static method in class ComPackage.Client
-
Gets type of cipher function and check correctness.
- getCk() - Method in class ComPackage.Challenge
-
- getFf() - Method in class ComPackage.Challenge
-
- getHash() - Method in class ComPackage.Challenge
-
- getHash() - Static method in class ComPackage.Client
-
Gets type of hash function and check correctness.
- getId() - Method in class ComPackage.Challenge
-
Methods for getting parameters of challenge.
- getID(String) - Method in class ComPackage.ComImpl
-
Gets user identification from username.
- getInfo() - Method in class ComPackage.Challenge
-
- getKey(Challenge) - Static method in class ComPackage.Client
-
Gets cipher key.
- getKeyFromNum(MessageDigest, String, BigInteger) - Static method in class ComPackage.Client
-
Hashs input number to secret key.
- getListOfUsers() - Method in class ComPackage.ComImpl
-
Gets list of usernames.
- getListOfUsers() - Method in interface ComPackage.ComInterface
-
- getMess(byte[], BigInteger, String, String) - Static method in class ComPackage.Client
-
Gets message from crypted message.
- getUN() - Static method in class ComPackage.Graphics
-
Gets username.
- getUsername() - Method in class ComPackage.User
-
- getUsers() - Static method in class ComPackage.Client
-
Gets list of usernames.
- getVk() - Method in class ComPackage.User
-
- getVv() - Method in class ComPackage.Challenge
-
- getXe() - Method in class ComPackage.Challenge
-
- Graphics - Class in ComPackage
-
Class to control application and comunication with client's class.
- Graphics() - Constructor for class ComPackage.Graphics
-
Constructor