Uses of Enum
net.lingala.zip4j.model.enums.EncryptionMethod
Packages that use EncryptionMethod
-
Uses of EncryptionMethod in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model declared as EncryptionMethodModifier and TypeFieldDescriptionprivate EncryptionMethodAbstractFileHeader.encryptionMethodprivate EncryptionMethodZipParameters.encryptionMethodMethods in net.lingala.zip4j.model that return EncryptionMethodModifier and TypeMethodDescriptionAbstractFileHeader.getEncryptionMethod()ZipParameters.getEncryptionMethod()Get the encryption method used to encrypt filesMethods in net.lingala.zip4j.model with parameters of type EncryptionMethodModifier and TypeMethodDescriptionvoidAbstractFileHeader.setEncryptionMethod(EncryptionMethod encryptionMethod) voidZipParameters.setEncryptionMethod(EncryptionMethod encryptionMethod) Set the encryption method used to encrypt files -
Uses of EncryptionMethod in net.lingala.zip4j.model.enums
Subclasses with type arguments of type EncryptionMethod in net.lingala.zip4j.model.enumsModifier and TypeClassDescriptionenumIndicates the encryption method used in the ZIP fileMethods in net.lingala.zip4j.model.enums that return EncryptionMethodModifier and TypeMethodDescriptionstatic EncryptionMethodReturns 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.