Package | Description |
---|---|
org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 and MS-propritary document encryptions
|
org.apache.poi.util |
Top-level util package are classes that are useful throughout the project.
|
Modifier and Type | Field and Description |
---|---|
static BitField |
EncryptionInfo.flagAES
A value that MUST be 1 if the protected content is an ECMA-376 document
ECMA-376.
|
static BitField |
EncryptionInfo.flagCryptoAPI
A flag that specifies whether CryptoAPI RC4 or ECMA-376 encryption
ECMA-376 is used.
|
static BitField |
EncryptionInfo.flagDocProps
A value that MUST be 0 if document properties are encrypted.
|
static BitField |
EncryptionInfo.flagExternal
A value that MUST be 1 if extensible encryption is used.
|
Modifier and Type | Method and Description |
---|---|
static BitField |
BitFieldFactory.getInstance(int mask) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.