de.cohesion.bssh.impl
Class PBEPasswordStore

java.lang.Object
  extended by de.cohesion.bssh.impl.PBEPasswordStore
All Implemented Interfaces:
PasswordStore

public class PBEPasswordStore
extends java.lang.Object
implements PasswordStore

Author:
schulzs

Constructor Summary
PBEPasswordStore(java.io.File root, char[] passphrase)
           
 
Method Summary
 char[] getPassword(Member member)
           
 void store(Member member, char[] password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PBEPasswordStore

public PBEPasswordStore(java.io.File root,
                        char[] passphrase)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getPassword

public char[] getPassword(Member member)
                   throws java.io.IOException
Specified by:
getPassword in interface PasswordStore
Throws:
java.io.IOException

store

public void store(Member member,
                  char[] password)
           throws java.io.IOException
Specified by:
store in interface PasswordStore
Throws:
java.io.IOException


Copyright © 2005 . All Rights Reserved.