Searched refs:encodedID (Results 1 – 1 of 1) sorted by relevance
790 String encodedID = parser.getAttributeValue(null, "identifier"); in readKeySetListLPw() local791 currentKeySetId = Long.parseLong(encodedID); in readKeySetListLPw()796 String encodedID = parser.getAttributeValue(null, "identifier"); in readKeySetListLPw() local797 long id = Long.parseLong(encodedID); in readKeySetListLPw()805 String encodedID = parser.getAttributeValue(null, "identifier"); in readPublicKeyLPw() local806 long identifier = Long.parseLong(encodedID); in readPublicKeyLPw()