|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.crypto.Biff8EncryptionKey
org.apache.poi.hssf.record.crypto.Biff8XORKey
public class Biff8XORKey
Field Summary |
---|
Fields inherited from class org.apache.poi.hssf.record.crypto.Biff8EncryptionKey |
---|
_secretKey |
Constructor Summary | |
---|---|
Biff8XORKey(java.lang.String password,
int xorKey)
|
Method Summary | |
---|---|
static Biff8XORKey |
create(java.lang.String password,
int xorKey)
|
boolean |
validate(java.lang.String password,
int verifier)
|
Methods inherited from class org.apache.poi.hssf.record.crypto.Biff8EncryptionKey |
---|
create, create, getCurrentUserPassword, setCurrentUserPassword, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Biff8XORKey(java.lang.String password, int xorKey)
Method Detail |
---|
public static Biff8XORKey create(java.lang.String password, int xorKey)
public boolean validate(java.lang.String password, int verifier)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |