- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for KeyParameter (1.36 sec)
-
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
throw new IllegalArgumentException("Key length mismatch: expected " + keyLength + ", got " + keyCopy.length); } final KeyParameter keyParam = new KeyParameter(keyCopy); // CCMBlockCipher requires nonce length between 7 and 13 // Use the nonce directly if it's 12 bytes (generated appropriately) final byte[] adjustedNonce;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 35.5K bytes - Viewed (0)