Searched refs:notsemiweaks (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DDESKeySpecTest.java95 private static final byte[][] notsemiweaks = { field in class:DESKeySpecTest
275 for (int i=0; i<notsemiweaks.length; i++) {
278 DESKeySpec.isWeak(notsemiweaks[i], 0));

Completed in 166 milliseconds