Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
Modifier and Type | Field and Description |
---|---|
private PKWareExtraHeader.HashAlgorithm |
X0015_CertificateIdForFile.hashAlg |
private PKWareExtraHeader.HashAlgorithm |
X0017_StrongEncryptionHeader.hashAlg |
private PKWareExtraHeader.HashAlgorithm |
X0016_CertificateIdForCentralDirectory.hashAlg |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,PKWareExtraHeader.HashAlgorithm> |
PKWareExtraHeader.HashAlgorithm.codeToEnum |
Modifier and Type | Method and Description |
---|---|
static PKWareExtraHeader.HashAlgorithm |
PKWareExtraHeader.HashAlgorithm.getAlgorithmByCode(int code)
Returns the HashAlgorithm for the given code or null if the method is
not known.
|
PKWareExtraHeader.HashAlgorithm |
X0015_CertificateIdForFile.getHashAlgorithm()
Get hash algorithm.
|
PKWareExtraHeader.HashAlgorithm |
X0017_StrongEncryptionHeader.getHashAlgorithm()
Get hash algorithm.
|
PKWareExtraHeader.HashAlgorithm |
X0016_CertificateIdForCentralDirectory.getHashAlgorithm()
Get hash algorithm.
|
static PKWareExtraHeader.HashAlgorithm |
PKWareExtraHeader.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.
|