- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for AEADParameters (0.07 seconds)
-
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
adjustedNonce = new byte[12]; System.arraycopy(nonce, 0, adjustedNonce, 0, Math.min(12, nonce.length)); } final AEADParameters params = new AEADParameters(keyParam, getAuthTagLength() * 8, adjustedNonce, null); cipher.init(encrypt, params); return cipher; } finally {
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 35.5K bytes - Click Count (0)