eu.emi.security.authn.x509.helpers
Class CharArrayPasswordFinder

java.lang.Object
  extended by eu.emi.security.authn.x509.helpers.CharArrayPasswordFinder
All Implemented Interfaces:
PasswordFinder

public class CharArrayPasswordFinder
extends Object
implements PasswordFinder

Trivial implementation of PasswordFinder which uses a password provided to the constructor.

Author:
K. Benedyczak

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

Constructor Detail

CharArrayPasswordFinder

public CharArrayPasswordFinder(char[] password)
Method Detail

getPassword

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


Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.