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 Encryptor |
Encryptor.copy() |
Encryptor |
EncryptionInfo.getEncryptor() |
static Encryptor |
Encryptor.getInstance(EncryptionInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
EncryptionInfo.setEncryptor(Encryptor encryptor) |
Constructor and Description |
---|
Encryptor(Encryptor other) |
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 2021 The Apache Software Foundation or its licensors, as applicable.