Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getEncryptedSessionKey (0.11 seconds)

  1. src/main/java/jcifs/ntlmssp/Type3Message.java

         * if the actual session key is desired use {@link #getMasterKey()} instead.
         *
         * @return A <code>byte[]</code> containing the encrypted session key.
         */
        public byte[] getEncryptedSessionKey() {
            return this.sessionKey;
        }
    
        /**
         * Sets the session key.
         *
         * @param sessionKey
         *            The session key.
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 32.7K bytes
    - Click Count (0)
Back to Top