Java org.apache.poi.poifs.crypt EncryptionInfo fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.poifs.crypt EncryptionInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.poifs.crypt EncryptionInfo.

The text is from its open source code.

Constructor

EncryptionInfo(POIFSFileSystem fs)
Opens for decryption
EncryptionInfo(DirectoryNode dir)
Opens for decryption
EncryptionInfo(EncryptionMode encryptionMode)
Prepares for encryption, using the given Encryption Mode, and all other parameters as default.
EncryptionInfo(LittleEndianInput dis, EncryptionMode preferredEncryptionMode)

Method