Home
last modified time | relevance | path

Searched refs:checkKey (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyTest.java39 checkKey mk = new checkKey(); in testField()
44 public class checkKey implements Key { class in KeyTest
/libcore/ojluni/src/main/java/sun/security/ec/
DECKeyFactory.java104 checkKey(ecKey); in toECKey()
114 private static void checkKey(ECKey key) throws InvalidKeyException { in checkKey() method in ECKeyFactory
/libcore/ojluni/src/main/java/java/lang/
DSystem.java1044 checkKey(key); in setUnchangeableSystemProperty()
1179 checkKey(key); in getProperty()
1207 checkKey(key); in getProperty()
1229 checkKey(key); in setProperty()
1250 checkKey(key); in clearProperty()
1255 private static void checkKey(String key) { in checkKey() method in System