Package | Description |
---|---|
org.docx4j.openpackaging.parts.WordprocessingML | |
org.docx4j.org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Method and Description |
---|---|
POIFSFileSystem |
OleObjectBinaryPart.getFs() |
Modifier and Type | Method and Description |
---|---|
OutputStream |
Encryptor.getDataStream(POIFSFileSystem fs) |
InputStream |
Decryptor.getDataStream(POIFSFileSystem fs) |
Constructor and Description |
---|
EncryptionInfo(POIFSFileSystem fs)
Opens for decryption
|
EncryptionInfo(POIFSFileSystem fs,
EncryptionMode encryptionMode)
Deprecated.
Use
EncryptionInfo.EncryptionInfo(EncryptionMode) (fs parameter no longer required) |
EncryptionInfo(POIFSFileSystem fs,
EncryptionMode encryptionMode,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
Modifier and Type | Method and Description |
---|---|
static Ole10Native |
Ole10Native.createFromEmbeddedOleObject(POIFSFileSystem poifs)
Creates an instance of this class from an embedded OLE Object.
|
Copyright © 2007-2019. All Rights Reserved.