Searched refs:anotherKey (Results 1 – 2 of 2) sorted by relevance
265 private boolean keyEquals(PublicKey aKey, PublicKey anotherKey) { in keyEquals() argument267 String anotherKeyFormat = anotherKey.getFormat(); in keyEquals()274 anotherKey.getEncoded()); in keyEquals()
275 PublicKey anotherKey = KeyPairGenerator.getInstance("DSA").genKeyPair().getPublic(); in test_getIdentityLjava_security_PublicKey() local276 assertNull("Test 3: Null value expected.", sub.getIdentity(anotherKey)); in test_getIdentityLjava_security_PublicKey()