Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
Enigma
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlfaTrainingKurse
Java
Enigma
Wiki
Anwendung_itself
Changes
Page history
New page
Templates
Clone repository
Update Anwendung_itself
authored
5 years ago
by
Dennis Eisold
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Anwendung_itself.md
+6
-2
6 additions, 2 deletions
Anwendung_itself.md
with
6 additions
and
2 deletions
Anwendung_itself.md
View page @
b554ebcb
...
...
@@ -20,8 +20,12 @@ public void sendeNachricht()
*/
public
String
[]
empfangeNachricht
()
// Fügt die gedrückte Taste der Nachricht hinzu
public
void
tippeBuchstabe
(
char
buchstabe
)
/**
* Fügt die gedrückte Taste der Nachricht hinzu
* @param buchstabe char : Der zu verschlüsselnde Buchstabe
* return char : Der verschlüsselte Buchstabe
*/
public
char
tippeBuchstabe
(
char
buchstabe
)
// Nachricht verschlüsseln
private
void
codiereNachricht
(
String
nachricht
)
...
...
This diff is collapsed.
Click to expand it.