Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for encryptionKey (0.06 sec)

  1. src/main/java/jcifs/smb/SmbTransportImpl.java

                final byte[] encryptionKey = Smb3KeyDerivation.deriveEncryptionKey(dialectInt, sessionKey, preauthHash);
                final byte[] decryptionKey = Smb3KeyDerivation.deriveDecryptionKey(dialectInt, sessionKey, preauthHash);
    
                // Pass session key and preauthHash to enable automatic key rotation
                return new Smb2EncryptionContext(cipherId, dialect, encryptionKey, decryptionKey, sessionKey, preauthHash);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbTransport.java

            boolean signaturesRequired;
            int maxNumberVcs;
            int maxRawSize;
            long serverTime;
            int serverTimeZone;
            int encryptionKeyLength;
            byte[] encryptionKey;
            byte[] guid;
        }
    
        InetAddress localAddr;
        int localPort;
        UniAddress address;
        Socket socket;
        int port, mid;
        OutputStream out;
        InputStream in;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.8K bytes
    - Viewed (0)
Back to top