Searched refs:firstNode (Results 1 – 3 of 3) sorted by relevance
276 int firstNode; in toOid() local278 firstNode = Integer.parseInt(nodes[0]); in toOid()282 if ((firstNode > 6) || (firstNode < 0)) { in toOid()283 throw new Asn1EncodingException("Invalid value for node #1: " + firstNode); in toOid()295 int firstByte = firstNode * 40 + secondNode; in toOid()298 "First two nodes out of range: " + firstNode + "." + secondNode); in toOid()
465 int firstNode = (int) Math.min(firstComponent / 40, 2); in oidToString() local466 long secondNode = firstComponent - firstNode * 40; in oidToString()468 result.append(Long.toString(firstNode)).append('.') in oidToString()
455 SigningCertificateNode firstNode = new SigningCertificateNode( in spawnFirstDescendant() local457 return new SigningCertificateLineage(mMinSdkVersion, Collections.singletonList(firstNode)); in spawnFirstDescendant()