Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mechContext (0.04 sec)

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

            if ((mechanismListMIC == null || !this.mechContext.supportsIntegrity()) && this.requireMic
                    && !this.mechContext.isPreferredMech(this.selectedMech)) {
                throw new CIFSException("SPNEGO integrity is required but not available");
            }
    
            // otherwise we ignore the absence of a MIC
            if (!this.mechContext.isMICAvailable() || mechanismListMIC == null) {
                return;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 14.5K bytes
    - Viewed (0)
Back to top