|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncryptedDocumentException | |
---|---|
org.apache.poi.hslf.exceptions | |
org.apache.poi.poifs.crypt | Implementation of the ECMA-376 Document Encryption |
Uses of EncryptedDocumentException in org.apache.poi.hslf.exceptions |
---|
Subclasses of EncryptedDocumentException in org.apache.poi.hslf.exceptions | |
---|---|
class |
EncryptedPowerPointFileException
This exception is thrown when we try to open a PowerPoint file, and discover that it is encrypted |
Uses of EncryptedDocumentException in org.apache.poi.poifs.crypt |
---|
Constructors in org.apache.poi.poifs.crypt that throw EncryptedDocumentException | |
---|---|
EncryptionInfo(DirectoryNode dir,
EncryptionMode encryptionMode)
|
|
EncryptionInfo(DirectoryNode dir,
EncryptionMode encryptionMode,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
|
EncryptionInfo(NPOIFSFileSystem fs,
EncryptionMode encryptionMode,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
|
EncryptionInfo(POIFSFileSystem fs,
EncryptionMode encryptionMode,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |