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.standard |
Modifier and Type | Method and Description |
---|---|
EncryptionVerifier |
EncryptionInfo.getVerifier() |
EncryptionVerifier |
EncryptionInfoBuilder.getVerifier() |
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 |
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) |
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.