Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for largeCiphers (0.06 seconds)

  1. src/test/java/jcifs/internal/smb2/nego/NegotiateContextRequestTest.java

            void testMaximumSizeArrays() {
                // Test with reasonably large arrays
                int[] largeCiphers = new int[100];
                for (int i = 0; i < 100; i++) {
                    largeCiphers[i] = i;
                }
    
                EncryptionNegotiateContext context = new EncryptionNegotiateContext(mockConfig, largeCiphers);
                byte[] largeBuffer = new byte[1024];
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 18.8K bytes
    - Click Count (0)
Back to Top