Home
last modified time | relevance | path

Searched refs:anotherKey (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DIdentity.java265 private boolean keyEquals(PublicKey aKey, PublicKey anotherKey) { in keyEquals() argument
267 String anotherKeyFormat = anotherKey.getFormat(); in keyEquals()
274 anotherKey.getEncoded()); in keyEquals()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DIdentityScope2Test.java275 PublicKey anotherKey = KeyPairGenerator.getInstance("DSA").genKeyPair().getPublic(); in test_getIdentityLjava_security_PublicKey() local
276 assertNull("Test 3: Null value expected.", sub.getIdentity(anotherKey)); in test_getIdentityLjava_security_PublicKey()