| Package | Description |
|---|---|
| net.lingala.zip4j.model | |
| net.lingala.zip4j.model.enums |
| Modifier and Type | Method and Description |
|---|---|
EncryptionMethod |
AbstractFileHeader.getEncryptionMethod() |
EncryptionMethod |
ZipParameters.getEncryptionMethod()
Get the encryption method used to encrypt files
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFileHeader.setEncryptionMethod(EncryptionMethod encryptionMethod) |
void |
ZipParameters.setEncryptionMethod(EncryptionMethod encryptionMethod)
Set the encryption method used to encrypt files
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionMethod |
EncryptionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionMethod[] |
EncryptionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.