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

/openjdk7/jdk/test/javax/crypto/spec/DESKeySpec/
H A DCheckParity.java38 static byte [] testKey = { field in class:CheckParity
81 check("DES", testKey, expectedKey, new DESKeySpec(testKey));
86 byte [] key3 = new byte [testKey.length * 3];
90 System.arraycopy(testKey, 0, key3,
91 i * testKey.length, testKey.length);
93 i * testKey.length, testKey.length);
/openjdk7/jdk/test/sun/security/rsa/
H A DTestKeyFactory.java56 private static void testKey(Key key1, Key key2) throws Exception { method in class:TestKeyFactory
86 testKey(key, key);
87 testKey(key, key2);
88 testKey(key, key3);
89 testKey(key, key4);
90 testKey(key, key5);
102 testKey(key, key);
103 testKey(key, key2);
104 testKey(key, key3);
105 testKey(ke
[all...]
/openjdk7/jdk/test/sun/security/pkcs11/ec/
H A DTestKeyFactory.java45 private static void testKey(Key key1, Key key2) throws Exception { method in class:TestKeyFactory
79 testKey(key, key);
80 testKey(key, key2);
81 testKey(key, key3);
82 testKey(key, key4);
83 testKey(key, key5);
95 testKey(key, key);
96 testKey(key, key2);
97 testKey(key, key3);
98 testKey(ke
[all...]
/openjdk7/jdk/test/sun/security/pkcs11/rsa/
H A DTestKeyFactory.java57 private static void testKey(Key key1, Key key2) throws Exception { method in class:TestKeyFactory
87 testKey(key, key);
88 testKey(key, key2);
89 testKey(key, key3);
90 testKey(key, key4);
91 testKey(key, key5);
103 testKey(key, key);
104 testKey(key, key2);
105 testKey(key, key3);
106 testKey(ke
[all...]

Completed in 46 milliseconds