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

/openjdk7/jdk/src/share/classes/java/security/
H A DIdentity.java264 private boolean keyEquals(Key aKey, Key anotherKey) { argument
266 String anotherKeyFormat = anotherKey.getFormat();
273 anotherKey.getEncoded());

Completed in 30 milliseconds