org.bouncycastle.openssl.test
Class WriterTest.Password

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

private class WriterTest.Password
extends java.lang.Object
implements PasswordFinder


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

private final char[] password
Constructor Detail

WriterTest.Password

public WriterTest.Password(char[] word)
Method Detail

getPassword

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