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