Uses of Enum
org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of PKWareExtraHeader.EncryptionAlgorithm in org.apache.commons.compress.archivers.zip
Modifier and TypeMethodDescriptionPKWareExtraHeader.EncryptionAlgorithm.getAlgorithmByCode
(int code) Returns the EncryptionAlgorithm for the given code or null if the method is not known.X0017_StrongEncryptionHeader.getEncryptionAlgorithm()
Gets encryption algorithm.Returns the enum constant of this type with the specified name.PKWareExtraHeader.EncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.