Package | Description |
---|---|
org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 and MS-propritary document encryptions
|
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 |
---|---|
abstract EncryptionHeader |
EncryptionHeader.copy() |
EncryptionHeader |
EncryptionInfo.getHeader() |
Modifier and Type | Method and Description |
---|---|
void |
EncryptionInfo.setHeader(EncryptionHeader header) |
Constructor and Description |
---|
EncryptionHeader(EncryptionHeader other) |
Modifier and Type | Class and Description |
---|---|
class |
AgileEncryptionHeader |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRC4EncryptionHeader |
Modifier and Type | Class and Description |
---|---|
class |
CryptoAPIEncryptionHeader |
Modifier and Type | Class and Description |
---|---|
class |
StandardEncryptionHeader |
Modifier and Type | Class and Description |
---|---|
class |
XOREncryptionHeader |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.