Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testToByteArrayStructureSanity (0.53 sec)

  1. src/test/java/jcifs/spnego/NegTokenInitTest.java

        }
    
        @Test
        @DisplayName("Sanity: toByteArray produces APPLICATION class wrapper and valid structure")
        void testToByteArrayStructureSanity() throws Exception {
            NegTokenInit init =
                    new NegTokenInit(new ASN1ObjectIdentifier[] { OID_KRB }, NegTokenInit.INTEGRITY, new byte[] { 0x01 }, new byte[] { 0x02 });
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 21K bytes
    - Viewed (0)
Back to top