- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AEADParameters (0.05 sec)
-
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 {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 35.5K bytes - Viewed (0)