Uses of Class
org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
-
Packages that use PKWareExtraHeader.HashAlgorithm Package Description org.apache.commons.compress.archivers.zip 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.HashAlgorithm Modifier and Type Field Description private PKWareExtraHeader.HashAlgorithmX0015_CertificateIdForFile. hashAlgprivate PKWareExtraHeader.HashAlgorithmX0016_CertificateIdForCentralDirectory. hashAlgprivate PKWareExtraHeader.HashAlgorithmX0017_StrongEncryptionHeader. hashAlgFields in org.apache.commons.compress.archivers.zip with type parameters of type PKWareExtraHeader.HashAlgorithm Modifier and Type Field Description private static java.util.Map<java.lang.Integer,PKWareExtraHeader.HashAlgorithm>PKWareExtraHeader.HashAlgorithm. codeToEnumMethods in org.apache.commons.compress.archivers.zip that return PKWareExtraHeader.HashAlgorithm Modifier and Type Method Description static PKWareExtraHeader.HashAlgorithmPKWareExtraHeader.HashAlgorithm. getAlgorithmByCode(int code)Returns the HashAlgorithm for the given code or null if the method is not known.PKWareExtraHeader.HashAlgorithmX0015_CertificateIdForFile. getHashAlgorithm()Get hash algorithm.PKWareExtraHeader.HashAlgorithmX0016_CertificateIdForCentralDirectory. getHashAlgorithm()Get hash algorithm.PKWareExtraHeader.HashAlgorithmX0017_StrongEncryptionHeader. getHashAlgorithm()Get hash algorithm.static PKWareExtraHeader.HashAlgorithmPKWareExtraHeader.HashAlgorithm. valueOf(java.lang.String name)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.
-