Uses of Class
org.docx4j.org.apache.poi.util.BitField
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
| org.docx4j.org.apache.poi.util |
-
Uses of BitField in org.docx4j.org.apache.poi.poifs.crypt
Fields in org.docx4j.org.apache.poi.poifs.crypt declared as BitField Modifier and Type Field Description static BitFieldEncryptionInfo. flagAESA value that MUST be 1 if the protected content is an ECMA-376 document ECMA-376.static BitFieldEncryptionInfo. flagCryptoAPIA flag that specifies whether CryptoAPI RC4 or ECMA-376 encryption ECMA-376 is used.static BitFieldEncryptionInfo. flagDocPropsA value that MUST be 0 if document properties are encrypted.static BitFieldEncryptionInfo. flagExternalA value that MUST be 1 if extensible encryption is used. -
Uses of BitField in org.docx4j.org.apache.poi.util
Methods in org.docx4j.org.apache.poi.util that return BitField Modifier and Type Method Description static BitFieldBitFieldFactory. getInstance(int mask)