Searched refs:secondNode (Results 1 – 2 of 2) sorted by relevance
240 int secondNode; in toOid() local242 secondNode = Integer.parseInt(nodes[1]); in toOid()246 if ((secondNode >= 40) || (secondNode < 0)) { in toOid()247 throw new Asn1EncodingException("Invalid value for node #2: " + secondNode); in toOid()249 int firstByte = firstNode * 40 + secondNode; in toOid()252 "First two nodes out of range: " + firstNode + "." + secondNode); in toOid()
454 long secondNode = firstComponent - firstNode * 40; in oidToString() local457 .append(Long.toString(secondNode)); in oidToString()