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