eu.xtreemos.xosd.utilities.security
Class Utils.MyPassword

java.lang.Object
  extended by eu.xtreemos.xosd.utilities.security.Utils.MyPassword
All Implemented Interfaces:
org.bouncycastle.openssl.PasswordFinder
Enclosing class:
Utils

public static class Utils.MyPassword
extends java.lang.Object
implements org.bouncycastle.openssl.PasswordFinder


Field Summary
private  char[] password
           
 
Constructor Summary
Utils.MyPassword(char[] password)
           
 
Method Summary
 char[] getPassword()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

password

private char[] password
Constructor Detail

Utils.MyPassword

public Utils.MyPassword(char[] password)
Method Detail

getPassword

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