Class Biff8EncryptionKey
- java.lang.Object
-
- org.apache.poi.hssf.record.crypto.Biff8EncryptionKey
-
public final class Biff8EncryptionKey extends Object
-
-
Constructor Summary
Constructors Constructor Description Biff8EncryptionKey()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getCurrentUserPassword()
static void
setCurrentUserPassword(String password)
Sets the BIFF8 encryption/decryption password for the current thread.
-
-
-
Method Detail
-
setCurrentUserPassword
public static void setCurrentUserPassword(String password)
Sets the BIFF8 encryption/decryption password for the current thread.- Parameters:
password
- passnull
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.
-
-