Class CharArrayPasswordFinder
- java.lang.Object
-
- eu.emi.security.authn.x509.helpers.CharArrayPasswordFinder
-
- All Implemented Interfaces:
PasswordSupplier
public class CharArrayPasswordFinder extends java.lang.Object implements PasswordSupplier
Trivial implementation ofPasswordSupplier
which uses a password provided to the constructor.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description CharArrayPasswordFinder(char[] password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char[]
getPassword()
-
-
-
Method Detail
-
getPassword
public char[] getPassword()
- Specified by:
getPassword
in interfacePasswordSupplier
-
-