- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for deriveDecryptionKey (0.07 seconds)
-
src/main/java/jcifs/internal/smb2/Smb3KeyDerivation.java
* @param sessionKey the base session key * @param preauthIntegrity the pre-authentication integrity hash (for SMB 3.1.1) or null * @return derived decryption key */ public static byte[] deriveDecryptionKey(final int dialect, final byte[] sessionKey, final byte[] preauthIntegrity) { return derive(sessionKey, dialect == Smb2Constants.SMB2_DIALECT_0311 ? DECLABEL_311 : DECLABEL_300,Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.5K bytes - Click Count (0)