Searched refs:firstNode (Results 1 – 3 of 3) sorted by relevance
230 int firstNode; in toOid() local232 firstNode = Integer.parseInt(nodes[0]); in toOid()236 if ((firstNode > 6) || (firstNode < 0)) { in toOid()237 throw new Asn1EncodingException("Invalid value for node #1: " + firstNode); in toOid()249 int firstByte = firstNode * 40 + secondNode; in toOid()252 "First two nodes out of range: " + firstNode + "." + secondNode); in toOid()
453 int firstNode = (int) Math.min(firstComponent / 40, 2); in oidToString() local454 long secondNode = firstComponent - firstNode * 40; in oidToString()456 result.append(Long.toString(firstNode)).append('.') in oidToString()
302 SigningCertificateNode firstNode = new SigningCertificateNode( in spawnFirstDescendant() local304 return new SigningCertificateLineage(mMinSdkVersion, Collections.singletonList(firstNode)); in spawnFirstDescendant()