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