org.bouncycastle.openssl.test
Class ReaderTest.Password

java.lang.Object
  extended by org.bouncycastle.openssl.test.ReaderTest.Password
All Implemented Interfaces:
PasswordFinder
Enclosing class:
ReaderTest

private static class ReaderTest.Password
extends java.lang.Object
implements PasswordFinder


Field Summary
(package private)  char[] password
           
 
Constructor Summary
ReaderTest.Password(char[] word)
           
 
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

char[] password
Constructor Detail

ReaderTest.Password

ReaderTest.Password(char[] word)
Method Detail

getPassword

public char[] getPassword()
Specified by:
getPassword in interface PasswordFinder