|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.poifs.crypt.EncryptionVerifier org.apache.poi.poifs.crypt.xor.XOREncryptionVerifier
public class XOREncryptionVerifier
Constructor Summary | |
---|---|
protected |
XOREncryptionVerifier()
|
protected |
XOREncryptionVerifier(LittleEndianInput is)
|
Method Summary | |
---|---|
XOREncryptionVerifier |
clone()
|
protected void |
setEncryptedKey(byte[] encryptedKey)
|
protected void |
setEncryptedVerifier(byte[] encryptedVerifier)
|
void |
write(LittleEndianByteArrayOutputStream bos)
|
Methods inherited from class org.apache.poi.poifs.crypt.EncryptionVerifier |
---|
getAlgorithm, getChainingMode, getCipherAlgorithm, getCipherMode, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getHashAlgorithm, getSalt, getSpinCount, setChainingMode, setCipherAlgorithm, setEncryptedVerifierHash, setHashAlgorithm, setSalt, setSpinCount |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XOREncryptionVerifier()
protected XOREncryptionVerifier(LittleEndianInput is)
Method Detail |
---|
public void write(LittleEndianByteArrayOutputStream bos)
write
in interface EncryptionRecord
public XOREncryptionVerifier clone() throws java.lang.CloneNotSupportedException
clone
in class EncryptionVerifier
java.lang.CloneNotSupportedException
protected final void setEncryptedVerifier(byte[] encryptedVerifier)
setEncryptedVerifier
in class EncryptionVerifier
protected final void setEncryptedKey(byte[] encryptedKey)
setEncryptedKey
in class EncryptionVerifier
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |