Home | History | Annotate | Download | only in pm

Lines Matching defs:currentKey

2075                     PublicKey currentKey = parsePublicKey(encodedKey);
2076 if (currentKey == null) {
2086 || publicKeys.get(publicKeyName).equals(currentKey)) {
2089 publicKeys.put(publicKeyName, currentKey);