- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testReadTagNumber_Simple (0.55 sec)
-
src/test/java/jcifs/pac/ASN1UtilTest.java
ASN1Util.readUnparsedTagged(2, 10, ais); }, "Should throw IOException for unexpected tag"); } // --- readTagNumber --- @Test void testReadTagNumber_Simple() throws IOException { // Simple tag 5 InputStream s = new ByteArrayInputStream(new byte[] {}); int tagNo = ASN1Util.readTagNumber(s, 0x05); assertEquals(5, 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)