Package | Description |
---|---|
org.apache.poi.hslf.exceptions | |
org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
Modifier and Type | Class | Description |
---|---|---|
class |
EncryptedPowerPointFileException |
This exception is thrown when we try to open a PowerPoint file, and
discover that it is encrypted
|
Constructor | Description |
---|---|
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) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.