You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Credentials.java 151B

12345678910111213
  1. public class Credentials {
  2. String login = login;
  3. String hash = hash;
  4. public void Credentials(){}
  5. public boolean valid(){
  6. }
  7. }