public class RotDecoder extends Object implements PasswordDecoder
| Constructor and Description |
|---|
RotDecoder() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
decode(String encoded)
Returns a
char array representing the decoded version of the
specified encoded password. |
static void |
main(String[] args) |
public char[] decode(String encoded)
PasswordDecoderchar array representing the decoded version of the
specified encoded password.decode in interface PasswordDecoderencoded - password to be decodedchar array.Copyright © 2016. All rights reserved.