|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.connection.StandardScrambler
public class StandardScrambler
Scrambles text (the password) using the standard scheme described in the CVS protocol version 1.10. This encoding is trivial and should not be used for security, but rather as a mechanism for avoiding inadvertant compromise.
Field Summary | |
---|---|
static StandardScrambler |
instance
The single instance of this class (Singleton design pattern) |
Method Summary | |
---|---|
static Scrambler |
getInstance()
Get an instance of the standard scrambler |
java.lang.String |
scramble(java.lang.String text)
Scramble text, turning it into a String of scrambled data |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static StandardScrambler instance
Method Detail |
---|
public static Scrambler getInstance()
public java.lang.String scramble(java.lang.String text)
scramble
in interface Scrambler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |