Interface PBECleanablePasswordConfig

    • Method Detail

      • getPasswordCharArray

        char[] getPasswordCharArray()

        Return the password set, as a char array.

        Important: the returned array MUST BE A COPY of the one stored in the configuration object. The caller of this method is therefore be responsible for cleaning this resulting char[].

        Since:
        1.8
      • cleanPassword

        void cleanPassword()

        Clean the password stored in this configuration object.

        A common implementation of this cleaning operation consists of iterating the array of chars and setting each of its positions to (char)0.

        Since:
        1.8