Class CharArrayPasswordFinder
java.lang.Object
eu.emi.security.authn.x509.helpers.CharArrayPasswordFinder
- All Implemented Interfaces:
PasswordSupplier
Trivial implementation of
PasswordSupplier
which uses a password
provided to the constructor.- Author:
- K. Benedyczak
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CharArrayPasswordFinder
public CharArrayPasswordFinder(char[] password)
-
-
Method Details
-
getPassword
public char[] getPassword()- Specified by:
getPassword
in interfacePasswordSupplier
-