Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for hmacSha256 (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/jcifs/internal/smb2/Smb2SigningDigestTest.java

                // Set signed flag
                SMBUtil.writeInt4(ServerMessageBlock2.SMB2_FLAGS_SIGNED, data, 16);
    
                // Create valid signature using HmacSHA256
                Mac mac = Mac.getInstance("HmacSHA256");
                mac.init(new SecretKeySpec(sessionKey, "HmacSHA256"));
    
                // Zero signature field for calculation
                for (int i = 0; i < SIGNATURE_LENGTH; i++) {
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 43.7K bytes
    - Click Count (0)
Back to Top