Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.DirectoryNode
Packages that use DirectoryNode
Package
Description
Implementation of the ECMA-376 Document Encryption
DEV package serves two purposes.
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of DirectoryNode in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type DirectoryNodeModifier and TypeMethodDescriptionprotected abstract voidChunkedCipherOutputStream.createEncryptionInfoEntry(DirectoryNode dir, File tmpFile) abstract InputStreamDecryptor.getDataStream(DirectoryNode dir) Return a stream with decrypted data.abstract OutputStreamEncryptor.getDataStream(DirectoryNode dir) Return a output stream for encrypted data.Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type DirectoryNodeModifierConstructorDescriptionChunkedCipherOutputStream(DirectoryNode dir, int chunkSize) Opens for decryptionEncryptionInfo(DirectoryNode dir, EncryptionMode encryptionMode) Deprecated.EncryptionInfo(DirectoryNode dir, EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) -
Uses of DirectoryNode in org.docx4j.org.apache.poi.poifs.crypt.agile
Methods in org.docx4j.org.apache.poi.poifs.crypt.agile with parameters of type DirectoryNodeModifier and TypeMethodDescriptionprotected voidAgileEncryptor.createEncryptionInfoEntry(DirectoryNode dir, File tmpFile) AgileDecryptor.getDataStream(DirectoryNode dir) AgileEncryptor.getDataStream(DirectoryNode dir) -
Uses of DirectoryNode in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4
Methods in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4 with parameters of type DirectoryNodeModifier and TypeMethodDescriptionprotected voidBinaryRC4Encryptor.BinaryRC4CipherOutputStream.createEncryptionInfoEntry(DirectoryNode dir, File tmpFile) protected voidBinaryRC4Encryptor.createEncryptionInfoEntry(DirectoryNode dir) BinaryRC4Decryptor.getDataStream(DirectoryNode dir) BinaryRC4Encryptor.getDataStream(DirectoryNode dir) Constructors in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4 with parameters of type DirectoryNode -
Uses of DirectoryNode in org.docx4j.org.apache.poi.poifs.crypt.cryptoapi
Methods in org.docx4j.org.apache.poi.poifs.crypt.cryptoapi with parameters of type DirectoryNodeModifier and TypeMethodDescriptionprotected voidCryptoAPIEncryptor.createEncryptionInfoEntry(DirectoryNode dir) CryptoAPIDecryptor.getDataStream(DirectoryNode dir) Decrypt the Document-/SummaryInformation and other optionally streams.CryptoAPIEncryptor.getDataStream(DirectoryNode dir) Encrypt the Document-/SummaryInformation and other optionally streams. -
Uses of DirectoryNode in org.docx4j.org.apache.poi.poifs.crypt.standard
Fields in org.docx4j.org.apache.poi.poifs.crypt.standard declared as DirectoryNodeModifier and TypeFieldDescriptionprotected final DirectoryNodeStandardEncryptor.StandardCipherOutputStream.dirMethods in org.docx4j.org.apache.poi.poifs.crypt.standard with parameters of type DirectoryNodeModifier and TypeMethodDescriptionprotected voidStandardEncryptor.createEncryptionInfoEntry(DirectoryNode dir) StandardDecryptor.getDataStream(DirectoryNode dir) StandardEncryptor.getDataStream(DirectoryNode dir) Constructors in org.docx4j.org.apache.poi.poifs.crypt.standard with parameters of type DirectoryNode -
Uses of DirectoryNode in org.docx4j.org.apache.poi.poifs.dev
Methods in org.docx4j.org.apache.poi.poifs.dev with parameters of type DirectoryNodeModifier and TypeMethodDescriptionstatic voidPOIFSLister.displayDirectory(DirectoryNode dir, String indent, boolean withSizes) -
Uses of DirectoryNode in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem that return DirectoryNodeModifier and TypeMethodDescriptionNPOIFSFileSystem.getRoot()Get the root entryOPOIFSFileSystem.getRoot()get the root entryMethods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DirectoryNodeModifier and TypeMethodDescriptionstatic Ole10NativeOle10Native.createFromEmbeddedOleObject(DirectoryNode directory) Creates an instance of this class from an embedded OLE Object.Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DirectoryNodeModifierConstructorDescriptionprotectedEntryNode(Property property, DirectoryNode parent) create a DocumentNode.
EncryptionInfo(EncryptionMode)(dir parameter no longer required)