Class CharArrayPasswordFinder

java.lang.Object
eu.emi.security.authn.x509.helpers.CharArrayPasswordFinder
All Implemented Interfaces:
PasswordSupplier

public class CharArrayPasswordFinder extends Object implements PasswordSupplier
Trivial implementation of PasswordSupplier which uses a password provided to the constructor.
Author:
K. Benedyczak
  • Constructor Details

    • CharArrayPasswordFinder

      public CharArrayPasswordFinder(char[] password)
  • Method Details