Uses of Class
org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
-
Packages that use PKWareExtraHeader.EncryptionAlgorithm Package Description org.apache.commons.compress.archivers.zip 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.EncryptionAlgorithm Modifier and Type Field Description private PKWareExtraHeader.EncryptionAlgorithm
X0017_StrongEncryptionHeader. algId
Fields in org.apache.commons.compress.archivers.zip with type parameters of type PKWareExtraHeader.EncryptionAlgorithm Modifier and Type Field Description private static java.util.Map<java.lang.Integer,PKWareExtraHeader.EncryptionAlgorithm>
PKWareExtraHeader.EncryptionAlgorithm. codeToEnum
Methods in org.apache.commons.compress.archivers.zip that return PKWareExtraHeader.EncryptionAlgorithm Modifier and Type Method Description static PKWareExtraHeader.EncryptionAlgorithm
PKWareExtraHeader.EncryptionAlgorithm. getAlgorithmByCode(int code)
Returns the EncryptionAlgorithm for the given code or null if the method is not known.PKWareExtraHeader.EncryptionAlgorithm
X0017_StrongEncryptionHeader. getEncryptionAlgorithm()
Get encryption algorithm.static PKWareExtraHeader.EncryptionAlgorithm
PKWareExtraHeader.EncryptionAlgorithm. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PKWareExtraHeader.EncryptionAlgorithm[]
PKWareExtraHeader.EncryptionAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-