ワシのコード評価してくれ (10)

←← 掲示板一覧に戻る ← スレッド一覧に戻る

3 がん患者さん 2016/09/20(火) 22:25:14.57 ID:IefsH2IS0

public class KRSWvirus {

static String str5Mover[] = new String[1000];
static int in5M;
static byte[] ivbyte = new byte[16];

public static void main(String[] args) {

Ramdom();
filelist("c://TEST");

}

static void Ramdom(){
try{

SecureRandom secRandom = null;

secRandom = SecureRandom.getInstance("SHA1PRNG");
secRandom.nextBytes(ivbyte);
}catch(Exception e){
System.out.println(e);
}
}