Пример #1
0
 /** Returns a list of the preferred {@link CompressionAlgorithm}s of the key. */
 public List<CompressionAlgorithm> getPreferredCompressionAlgorithms() {
   return IntegerEquivalents.fromIntArray(
       CompressionAlgorithm.class, subpackets.getPreferredCompressionAlgorithms());
 }