コード例 #1
0
ファイル: KeySignature.java プロジェクト: mrjonny2/grendel
 /** Returns a list of the preferred {@link CompressionAlgorithm}s of the key. */
 public List<CompressionAlgorithm> getPreferredCompressionAlgorithms() {
   return IntegerEquivalents.fromIntArray(
       CompressionAlgorithm.class, subpackets.getPreferredCompressionAlgorithms());
 }