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.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
password
private transient char[] password
-
-
Constructor Details
-
CharArrayPasswordFinder
public CharArrayPasswordFinder(char[] password)
-
-
Method Details
-
getPassword
public char[] getPassword()- Specified by:
getPassword
in interfacePasswordSupplier
-