Class Password

java.lang.Object
  |
  +--Password
All Implemented Interfaces:
java.io.Serializable

public class Password
extends java.lang.Object
implements java.io.Serializable

a Serializable object containing a password. The idea here is that the serialized form will be difficult to crack in its Serialized form.

See Also:
Serialized Form

Constructor Summary
Password(java.lang.String pw)
           
 
Method Summary
 java.lang.String getPassword()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Password

public Password(java.lang.String pw)
Method Detail

getPassword

public java.lang.String getPassword()