|
@ -12,6 +12,7 @@ public class Vault implements VaultInterface { |
|
|
public boolean hasSpecialChars; |
|
|
public boolean hasSpecialChars; |
|
|
public boolean hasNumbers; |
|
|
public boolean hasNumbers; |
|
|
public String userName; |
|
|
public String userName; |
|
|
|
|
|
public boolean credentialM; |
|
|
InputStream inputS = System.in; |
|
|
InputStream inputS = System.in; |
|
|
OutputStream outputS = System.out; |
|
|
OutputStream outputS = System.out; |
|
|
|
|
|
|
|
|