- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testReadTagNumber_HighTag (0.47 sec)
-
src/test/java/jcifs/pac/ASN1UtilTest.java
// Simple tag 5 InputStream s = new ByteArrayInputStream(new byte[] {}); int tagNo = ASN1Util.readTagNumber(s, 0x05); assertEquals(5, tagNo); } @Test void testReadTagNumber_HighTag() throws IOException { // High tag number (31) InputStream s = new ByteArrayInputStream(new byte[] { 0x1F }); int tagNo = ASN1Util.readTagNumber(s, 0x1F); assertEquals(31, tagNo);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.4K bytes - Viewed (0)