Searched defs:kp (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/
H A DKeyPairGeneratorTest.java137 private void test_KeyPair(KeyPairGenerator kpg, KeyPair kp) throws Exception { argument
138 assertNotNull(kp);
139 test_Key(kpg, kp.getPrivate());
140 test_Key(kpg, kp.getPublic());

Completed in 271 milliseconds