|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.record.crypto.Biff8EncryptionKey
public final class Biff8EncryptionKey
Constructor Summary | |
---|---|
Biff8EncryptionKey()
|
Method Summary | |
---|---|
static java.lang.String |
getCurrentUserPassword()
|
static void |
setCurrentUserPassword(java.lang.String password)
Sets the BIFF8 encryption/decryption password for the current thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Biff8EncryptionKey()
Method Detail |
---|
public static void setCurrentUserPassword(java.lang.String password)
password
- pass null
to clear user password (and use default)public static java.lang.String getCurrentUserPassword()
null
if it is currently unset.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |