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

/libcore/ojluni/src/main/java/java/security/
H A DIdentity.java265 private boolean keyEquals(PublicKey aKey, PublicKey anotherKey) { argument
267 String anotherKeyFormat = anotherKey.getFormat();
274 anotherKey.getEncoded());

Completed in 31 milliseconds