| 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 |
|---|---|
Encryptor |
Encryptor.clone() |
Encryptor |
EncryptionInfo.getEncryptor() |
static Encryptor |
Encryptor.getInstance(EncryptionInfo info) |
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptionInfo.setEncryptor(Encryptor encryptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgileEncryptor |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryRC4Encryptor |
| Modifier and Type | Class and Description |
|---|---|
class |
CryptoAPIEncryptor |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardEncryptor |
| Modifier and Type | Class and Description |
|---|---|
class |
XOREncryptor |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.