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 Decryptor |
Decryptor.copy() |
Decryptor |
EncryptionInfo.getDecryptor() |
static Decryptor |
Decryptor.getInstance(EncryptionInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
EncryptionInfo.setDecryptor(Decryptor decryptor) |
Constructor and Description |
---|
Decryptor(Decryptor other) |
Modifier and Type | Class and Description |
---|---|
class |
AgileDecryptor
Decryptor implementation for Agile Encryption
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryRC4Decryptor |
Modifier and Type | Class and Description |
---|---|
class |
CryptoAPIDecryptor |
Modifier and Type | Class and Description |
---|---|
class |
StandardDecryptor |
Modifier and Type | Class and Description |
---|---|
class |
XORDecryptor |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.