| Package | Description |
|---|---|
| de.schlichtherle.truezip.crypto.param | |
| de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
| 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 classes in 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 |
KeyManagerZipCryptoParameters.WinZipAes.getKeyStrength(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyManagerZipCryptoParameters.WinZipAes.setKeyStrength(String name,
AesKeyStrength keyStrength) |
| Modifier and Type | Method and Description |
|---|---|
AesKeyStrength[] |
AesPbeParameters.getKeyStrengthValues() |
| Modifier and Type | Field and Description |
|---|---|
private static AesKeyStrength[] |
WinZipAesEntryExtraField.KEY_STRENGTHS |
| Modifier and Type | Method and Description |
|---|---|
(package private) AesKeyStrength |
WinZipAesEntryParameters.getKeyStrength() |
(package private) AesKeyStrength |
WinZipAesEntryExtraField.getKeyStrength() |
AesKeyStrength |
WinZipAesParameters.getKeyStrength(String name)
Returns the key strength to use for writing a WinZip AES entry.
|
private static AesKeyStrength |
WinZipAesEntryExtraField.keyStrength(int encryptionStrength) |
| Modifier and Type | Method and Description |
|---|---|
private static byte |
WinZipAesEntryExtraField.encryptionStrength(AesKeyStrength keyStrength) |
(package private) static int |
WinZipAesUtils.overhead(AesKeyStrength keyStrength)
Returns the overhead in bytes which is added to each WinZip AES
encrypted entry.
|
(package private) void |
WinZipAesEntryParameters.setKeyStrength(AesKeyStrength keyStrength) |
(package private) void |
WinZipAesEntryExtraField.setKeyStrength(AesKeyStrength keyStrength) |
void |
WinZipAesParameters.setKeyStrength(String name,
AesKeyStrength keyStrength)
Sets the key strength obtained from reading a WinZip AES entry.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.