diff options
Diffstat (limited to 'spss.test/src/testgenerator/Pass.java')
-rw-r--r-- | spss.test/src/testgenerator/Pass.java | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/spss.test/src/testgenerator/Pass.java b/spss.test/src/testgenerator/Pass.java deleted file mode 100644 index b6fef9575..000000000 --- a/spss.test/src/testgenerator/Pass.java +++ /dev/null @@ -1,22 +0,0 @@ -package testgenerator; - -import iaik.apps.util.passphrase.PassphrasePrompt; - -/** - * @author Administrator - * - * To change this generated comment edit the template variable "typecomment": - * Window>Preferences>Java>Templates. - * To enable and disable the creation of type comments go to - * Window>Preferences>Java>Code Generation. - */ -public class Pass implements PassphrasePrompt -{ - public Pass() {}; - public void setCancelAllowed(boolean b) {}; - public void setMessage(Object o) {}; - public boolean isCancelAllowed() { return false; } - public char[] promptPassphrase() { return "1111".toCharArray(); }; - public void setProtectedResourceInfo(Object o) {}; - -} |