Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkEncryptionContext (0.1 sec)

  1. src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java

                    foundEnc = true;
                    EncryptionNegotiateContext enc = (EncryptionNegotiateContext) ncr;
                    if ( !checkEncryptionContext(req, enc) ) {
                        return false;
                    }
                    this.selectedCipher = enc.getCiphers()[ 0 ];
                    this.supportsEncryption = true;
                }
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Mar 22 10:09:46 UTC 2020
    - 17.6K bytes
    - Viewed (0)
Back to top