|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.poifs.crypt.Decryptor
org.apache.poi.poifs.crypt.EcmaDecryptor
public class EcmaDecryptor
Field Summary |
---|
Fields inherited from class org.apache.poi.poifs.crypt.Decryptor |
---|
DEFAULT_PASSWORD |
Constructor Summary | |
---|---|
EcmaDecryptor(EncryptionInfo info)
|
Method Summary | |
---|---|
java.io.InputStream |
getDataStream(DirectoryNode dir)
|
boolean |
verifyPassword(java.lang.String password)
|
Methods inherited from class org.apache.poi.poifs.crypt.Decryptor |
---|
getBlockSize, getDataStream, getDataStream, getInstance, hashPassword |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EcmaDecryptor(EncryptionInfo info)
Method Detail |
---|
public boolean verifyPassword(java.lang.String password) throws java.security.GeneralSecurityException
verifyPassword
in class Decryptor
java.security.GeneralSecurityException
public java.io.InputStream getDataStream(DirectoryNode dir) throws java.io.IOException, java.security.GeneralSecurityException
getDataStream
in class Decryptor
java.io.IOException
java.security.GeneralSecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |