Example usage for Java org.apache.poi.poifs.crypt EncryptionInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
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) |
Encryptor | getEncryptor() |