Searched refs:codeToEnum (Results 1 – 2 of 2) sorted by relevance
216 private static final Map<Integer, EncryptionAlgorithm> codeToEnum; field in PKWareExtraHeader.EncryptionAlgorithm223 codeToEnum = Collections.unmodifiableMap(cte);250 return codeToEnum.get(code); in getAlgorithmByCode()271 private static final Map<Integer, HashAlgorithm> codeToEnum; field in PKWareExtraHeader.HashAlgorithm278 codeToEnum = Collections.unmodifiableMap(cte);305 return codeToEnum.get(code); in getAlgorithmByCode()
180 private static final Map<Integer, ZipMethod> codeToEnum; field in ZipMethod187 codeToEnum = Collections.unmodifiableMap(cte);221 return codeToEnum.get(code); in getMethodByCode()