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 EncryptionVerifier |
EncryptionVerifier.copy() |
EncryptionVerifier |
EncryptionInfo.getVerifier() |
Modifier and Type | Method and Description |
---|---|
void |
EncryptionInfo.setVerifier(EncryptionVerifier verifier) |
Constructor and Description |
---|
EncryptionVerifier(EncryptionVerifier other) |
Modifier and Type | Class and Description |
---|---|
class |
AgileEncryptionVerifier
Used when checking if a key is valid for a document
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryRC4EncryptionVerifier |
Modifier and Type | Method and Description |
---|---|
protected static javax.crypto.SecretKey |
BinaryRC4Decryptor.generateSecretKey(java.lang.String password,
EncryptionVerifier ver) |
Modifier and Type | Class and Description |
---|---|
class |
CryptoAPIEncryptionVerifier |
Modifier and Type | Method and Description |
---|---|
protected static javax.crypto.SecretKey |
CryptoAPIDecryptor.generateSecretKey(java.lang.String password,
EncryptionVerifier ver) |
Modifier and Type | Class and Description |
---|---|
class |
StandardEncryptionVerifier
Used when checking if a key is valid for a document
|
Modifier and Type | Method and Description |
---|---|
protected static javax.crypto.SecretKey |
StandardDecryptor.generateSecretKey(java.lang.String password,
EncryptionVerifier ver,
int keySize) |
Modifier and Type | Class and Description |
---|---|
class |
XOREncryptionVerifier |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.