Searched refs:wellknownKey (Results 1 – 1 of 1) sorted by relevance
284 private static boolean areKeysMatching(File pubkey, File wellknownKey) { in areKeysMatching() argument286 return FileUtil.compareFileContents(pubkey, wellknownKey); in areKeysMatching()290 + wellknownKey.getAbsolutePath()); in areKeysMatching()