Class Biff8EncryptionKey

java.lang.Object
org.apache.poi.hssf.record.crypto.Biff8EncryptionKey

public final class Biff8EncryptionKey extends Object
  • Constructor Details

    • Biff8EncryptionKey

      public Biff8EncryptionKey()
  • Method Details

    • setCurrentUserPassword

      public static void setCurrentUserPassword(String password)
      Sets the BIFF8 encryption/decryption password for the current thread.
      Parameters:
      password - pass null to clear user password (and use default)
    • getCurrentUserPassword

      public static String getCurrentUserPassword()
      Returns:
      the BIFF8 encryption/decryption password for the current thread. null if it is currently unset.