eu.xtreemos.xosd.security.rca.server
Class RCAServerProcessor.PasswordGiver

java.lang.Object
  extended by eu.xtreemos.xosd.security.rca.server.RCAServerProcessor.PasswordGiver
All Implemented Interfaces:
org.bouncycastle.openssl.PasswordFinder
Enclosing class:
RCAServerProcessor

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


Field Summary
private  char[] password
           
 
Constructor Summary
RCAServerProcessor.PasswordGiver(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

RCAServerProcessor.PasswordGiver

public RCAServerProcessor.PasswordGiver(char[] password)
Method Detail

getPassword

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