Searched refs:startID (Results 1 – 2 of 2) sorted by relevance
103 public static CertPath genCertPath(int howMany, int startID) { in genCertPath() argument106 certs[i] = new TestCertificate(Integer.toString(startID + i)); in genCertPath()
1200 int startID = _startNodeID; in next() local1203 while (node != NULL && node != startID && _exptype(node) != nodeType) { in next()1207 while (node != NULL && node != startID) { in next()