Uses of Enum
org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
Packages that use 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
Fields in org.apache.commons.compress.archivers.zip declared as PKWareExtraHeader.EncryptionAlgorithmFields in org.apache.commons.compress.archivers.zip with type parameters of type PKWareExtraHeader.EncryptionAlgorithmModifier and TypeFieldDescriptionprivate static final Map<Integer,
PKWareExtraHeader.EncryptionAlgorithm> PKWareExtraHeader.EncryptionAlgorithm.codeToEnum
Methods in org.apache.commons.compress.archivers.zip that return PKWareExtraHeader.EncryptionAlgorithmModifier and TypeMethodDescriptionPKWareExtraHeader.EncryptionAlgorithm.getAlgorithmByCode
(int code) Returns the EncryptionAlgorithm for the given code or null if the method is not known.X0017_StrongEncryptionHeader.getEncryptionAlgorithm()
Get 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.