Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.POIFSFileSystem
Packages that use POIFSFileSystem
Package
Description
Implementation of the ECMA-376 Document Encryption
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of POIFSFileSystem in org.docx4j.openpackaging.parts.WordprocessingML
Methods in org.docx4j.openpackaging.parts.WordprocessingML that return POIFSFileSystem -
Uses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type POIFSFileSystemModifier and TypeMethodDescriptionDecryptor.getDataStream(POIFSFileSystem fs) Encryptor.getDataStream(POIFSFileSystem fs) Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type POIFSFileSystemModifierConstructorDescriptionOpens for decryptionEncryptionInfo(POIFSFileSystem fs, EncryptionMode encryptionMode) Deprecated.EncryptionInfo(POIFSFileSystem fs, EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) -
Uses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type POIFSFileSystemModifier and TypeMethodDescriptionstatic Ole10NativeOle10Native.createFromEmbeddedOleObject(POIFSFileSystem poifs) Creates an instance of this class from an embedded OLE Object.
EncryptionInfo(EncryptionMode)(fs parameter no longer required)