Searched refs:secondNode (Results 1 – 2 of 2) sorted by relevance
286 int secondNode; in toOid() local288 secondNode = Integer.parseInt(nodes[1]); in toOid()292 if ((secondNode >= 40) || (secondNode < 0)) { in toOid()293 throw new Asn1EncodingException("Invalid value for node #2: " + secondNode); in toOid()295 int firstByte = firstNode * 40 + secondNode; in toOid()298 "First two nodes out of range: " + firstNode + "." + secondNode); in toOid()
466 long secondNode = firstComponent - firstNode * 40; in oidToString() local469 .append(Long.toString(secondNode)); in oidToString()