Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for prefetch (0.16 sec)

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

                ASN1ObjectIdentifier[] rm = tinit.getMechanisms();
                this.remoteMechs = rm;
                ASN1ObjectIdentifier prefMech = rm[ 0 ];
                // only use token if the optimistic mechanism is supported
                if ( this.mechContext.isSupported(prefMech) ) {
                    inputToken = tinit.getMechanismToken();
                }
                else {
                    ASN1ObjectIdentifier found = null;
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Jan 04 04:18:31 GMT 2021
    - 14.8K bytes
    - Viewed (0)
Back to top