org.glite.security.util
Class Password

java.lang.Object
  extended byorg.glite.security.util.Password
All Implemented Interfaces:
org.bouncycastle.openssl.PasswordFinder

public class Password
extends java.lang.Object
implements org.bouncycastle.openssl.PasswordFinder


Constructor Summary
Password(char[] word)
           
 
Method Summary
 char[] getPassword()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Password

public Password(char[] word)
Method Detail

getPassword

public char[] getPassword()
Specified by:
getPassword in interface org.bouncycastle.openssl.PasswordFinder