Advertisement
unholybin

RequestLicense.java

Oct 11th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public class RequestLicense {
  2.  
  3. public String user = "";
  4. public String password = "";
  5.  
  6. public void Encrypt()
  7. {
  8. if(!user.isEmpty()) {
  9. user = user;
  10. }
  11.  
  12. if(!password.isEmpty()) {
  13. password = password;
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement