Package | Description |
---|---|
net.java.truevfs.comp.zip |
Provides classes for reading and writing ZIP files.
|
net.java.truevfs.comp.zipdriver |
The archive driver family for ZIP files.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WinZipAesParameters
The parameters of this interface are used with WinZip AES encrypted entries.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ZipCryptoParameters |
AbstractZipOutputStream.getCryptoParameters()
Returns the parameters for encryption or authentication of entries.
|
protected abstract ZipCryptoParameters |
AbstractZipFile.getCryptoParameters()
Returns the parameters for encryption or authentication of entries.
|
ZipCryptoParameters |
ZipFile.getCryptoParameters() |
ZipCryptoParameters |
ZipOutputStream.getCryptoParameters() |
Modifier and Type | Method and Description |
---|---|
void |
ZipFile.setCryptoParameters(ZipCryptoParameters cryptoParameters)
Sets the parameters for encryption or authentication of entries.
|
void |
ZipOutputStream.setCryptoParameters(ZipCryptoParameters cryptoParameters)
Sets the parameters for encryption or authentication of entries.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyManagerZipCryptoParameters
An adapter which provides
ZipCryptoParameters by using a
KeyManagerMap . |
Modifier and Type | Method and Description |
---|---|
protected ZipCryptoParameters |
ZipOutputService.getCryptoParameters() |
protected ZipCryptoParameters |
ZipInputService.getCryptoParameters() |
protected ZipCryptoParameters |
AbstractZipDriver.zipCryptoParameters(FsModel model,
Charset charset)
Returns the ZIP crypto parameters for the given file system model
and character set or
null if not available. |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.