Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Thomsen (0.17 sec)

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

            if ( this.disableMic ) {
                return;
            }
    
            // No MIC verification if not present and not required
            // or if the chosen mechanism is our preferred one
            if ( ( mechanismListMIC == null || !this.mechContext.supportsIntegrity() ) && this.requireMic
                    && !this.mechContext.isPreferredMech(this.selectedMech) ) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Jan 04 04:18:31 GMT 2021
    - 14.8K bytes
    - Viewed (0)
Back to top