Searched refs:lastIssuedKeyId (Results 1 – 1 of 1) sorted by relevance
71 private long lastIssuedKeyId = 0; field in KeySetManagerService564 lastIssuedKeyId += 1; in getFreePublicKeyIdLPw()565 return lastIssuedKeyId; in getFreePublicKeyIdLPw()680 serializer.attribute(null, "value", Long.toString(lastIssuedKeyId)); in writeKeySetManagerServiceLPr()751 lastIssuedKeyId = Long.parseLong(parser.getAttributeValue(null, "value")); in readKeySetsLPw()