Searched refs:sn (Results 1 – 6 of 6) sorted by relevance
135 String sn = Security.getProperty("certstore.type"); in testCertStore01() local137 if (sn == null) { in testCertStore01()138 sn = defaultType; in testCertStore01()141 assertEquals("Incorrect default type", dt, sn); in testCertStore01()146 Security.setProperty("certstore.type", sn); in testCertStore01()147 assertEquals("Incorrect default type", Security.getProperty("certstore.type"), sn ); in testCertStore01()
23 private Short sn = new Short((short) -19000); field in ShortTest135 short sn = Short.parseShort("-32746"); in test_parseShortLjava_lang_String2() local138 && (sn == (short) -32746)); in test_parseShortLjava_lang_String2()263 && (sn.toString().equals("-19000"))); in test_toString2()
127 SerialNumber sn) in AuthorityKeyIdentifierExtension() argument131 this.serialNum = sn; in AuthorityKeyIdentifierExtension()
797 QNode sn = s.next; in clean() local798 if (sn == s || pred.casNext(s, sn)) in clean()
1792 int sn = s.length(); in compareIgnoringCase() local1794 int n = sn < tn ? sn : tn; in compareIgnoringCase()1800 return sn - tn; in compareIgnoringCase()2935 int sn = s.length(); in at() local2936 if (sn > end - p) in at()2939 while (i < sn) { in at()2945 return (i == sn); in at()
612 BigInteger sn = cert.getSerialNumber();616 " cert SN: " + sn.toString());