Searched refs:lastIssuedKeyId (Results 1 – 1 of 1) sorted by relevance
68 private long lastIssuedKeyId = 0; field in KeySetManagerService566 lastIssuedKeyId += 1; in getFreePublicKeyIdLPw()567 return lastIssuedKeyId; in getFreePublicKeyIdLPw()682 serializer.attribute(null, "value", Long.toString(lastIssuedKeyId)); in writeKeySetManagerServiceLPr()753 lastIssuedKeyId = Long.parseLong(parser.getAttributeValue(null, "value")); in readKeySetsLPw()