Searched refs:currentKey (Results 1 – 1 of 1) sorted by relevance
2088 PublicKey currentKey = parsePublicKey(encodedKey); in parseKeySets() local2089 if (currentKey == null) { in parseKeySets()2099 || publicKeys.get(publicKeyName).equals(currentKey)) { in parseKeySets()2102 publicKeys.put(publicKeyName, currentKey); in parseKeySets()