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.
  • Field Details

    • password

      private transient char[] password
  • Constructor Details

    • CharArrayPasswordFinder

      public CharArrayPasswordFinder(char[] password)
  • Method Details