Searched refs:encodedID (Results 1 – 1 of 1) sorted by relevance
788 String encodedID = parser.getAttributeValue(null, "identifier"); in readKeySetListLPw() local789 currentKeySetId = Long.parseLong(encodedID); in readKeySetListLPw()794 String encodedID = parser.getAttributeValue(null, "identifier"); in readKeySetListLPw() local795 long id = Long.parseLong(encodedID); in readKeySetListLPw()803 String encodedID = parser.getAttributeValue(null, "identifier"); in readPublicKeyLPw() local804 long identifier = Long.parseLong(encodedID); in readPublicKeyLPw()