Uses of Class
org.apache.poi.util.BitField
Packages that use BitField
Package
Description
Implementation of the ECMA-376 and MS-propritary document encryptions
Top-level util package are classes that are useful throughout the project.
-
Uses of BitField in org.apache.poi.poifs.crypt
Fields in org.apache.poi.poifs.crypt declared as BitFieldModifier and TypeFieldDescriptionstatic final BitFieldEncryptionInfo.flagAESA value that MUST be 1 if the protected content is an ECMA-376 document ECMA-376.static final BitFieldEncryptionInfo.flagCryptoAPIA flag that specifies whether CryptoAPI RC4 or ECMA-376 encryption ECMA-376 is used.static final BitFieldEncryptionInfo.flagDocPropsA value that MUST be 0 if document properties are encrypted.static final BitFieldEncryptionInfo.flagExternalA value that MUST be 1 if extensible encryption is used. -
Uses of BitField in org.apache.poi.util
Methods in org.apache.poi.util that return BitField