Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for ASN1InputStream (0.08 sec)

  1. src/test/java/jcifs/pac/kerberos/KerberosRelevantAuthDataTest.java

        void testConstructor_EmptyToken() {
            // 1. GIVEN
            byte[] emptyToken = new byte[0];
            Map<Integer, KerberosKey> keys = new HashMap<>();
    
            // 2. WHEN & 3. THEN
            // When ASN1InputStream.readObject() returns null due to empty input,
            // ASN1Util.as() throws NullPointerException (not wrapped)
            Exception exception = assertThrows(Exception.class, () -> {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 9K bytes
    - Viewed (0)
Back to top