| Package | Description |
|---|---|
| org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
| org.apache.poi.poifs.crypt.agile | |
| org.apache.poi.poifs.crypt.binaryrc4 | |
| org.apache.poi.poifs.crypt.cryptoapi | |
| org.apache.poi.poifs.crypt.standard | |
| org.apache.poi.poifs.crypt.xor |
| Modifier and Type | Method and Description |
|---|---|
protected static EncryptionInfoBuilder |
EncryptionInfo.getBuilder(EncryptionMode encryptionMode)
This method loads the builder class with reflection, which may generate
a
ClassNotFoundException if the class is not on the classpath. |
| Modifier and Type | Class and Description |
|---|---|
class |
AgileEncryptionInfoBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryRC4EncryptionInfoBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
CryptoAPIEncryptionInfoBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardEncryptionInfoBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
XOREncryptionInfoBuilder |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.