2009-06-08から1日間の記事一覧

使用できる暗号

Java「AES暗号」メモ(Hishidama's AES Sample)でAES暗号について学ぶ.「使用できる暗号」項のコード Set names = Security.getAlgorithms("Cipher"); for (Iterator i = names.iterator(); i.hasNext();) { String name = (String) i.next(); System.out.pr…