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() |
Gets 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.
|