public class RotDecoder extends Object implements PasswordDecoder
| Constructor and Description |
|---|
RotDecoder() |
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 © 2014. All rights reserved.