Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testGetKey_KeyExists (0.17 seconds)

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

            }
        }
    
        /**
         * Test getKey method when the requested key type exists.
         *
         * @throws LoginException if login fails.
         */
        @Test
        void testGetKey_KeyExists() throws LoginException {
            when(key1.getKeyType()).thenReturn(KEY_TYPE_1);
            when(key2.getKeyType()).thenReturn(KEY_TYPE_2);
            Set<Object> privateCredentials = new HashSet<>();
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 7K bytes
    - Click Count (0)
Back to Top