Class Biff8EncryptionKey
java.lang.Object
org.apache.poi.hssf.record.crypto.Biff8EncryptionKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static void
setCurrentUserPassword
(String password) Sets the BIFF8 encryption/decryption password for the current thread.
-
Constructor Details
-
Biff8EncryptionKey
public Biff8EncryptionKey()
-
-
Method Details
-
setCurrentUserPassword
Sets the BIFF8 encryption/decryption password for the current thread.- Parameters:
password
- passnull
to clear user password (and use default)
-
getCurrentUserPassword
- Returns:
- the BIFF8 encryption/decryption password for the current thread.
null
if it is currently unset.
-