| Package | Description |
|---|---|
| de.schlichtherle.truezip.crypto.param |
Provides interfaces and implementations for general cryptography parameters.
|
| de.schlichtherle.truezip.key.pbe |
Provides parameters for password based encryption which can get used as the
secret key for the class
PromptingKeyProvider. |
| de.schlichtherle.truezip.zip |
A drop-in replacement for the package
java.util.zip for reading and
writing ZIP files. |
| Modifier and Type | Method and Description |
|---|---|
static AesKeyStrength |
AesKeyStrength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AesKeyStrength[] |
AesKeyStrength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AesKeyStrength[] |
AesPbeParameters.getKeyStrengthValues() |
| Modifier and Type | Method and Description |
|---|---|
AesKeyStrength |
WinZipAesParameters.getKeyStrength(String name)
Returns the key strength to use for writing a WinZip AES entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WinZipAesParameters.setKeyStrength(String name,
AesKeyStrength keyStrength)
Sets the key strength obtained from reading a WinZip AES entry.
|
Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.