eu.emi.security.authn.x509.helpers
Class CharArrayPasswordFinder
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharArrayPasswordFinder
public CharArrayPasswordFinder(char[] password)
getPassword
public char[] getPassword()
- Specified by:
getPassword
in interface PasswordFinder
Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.