Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Cech (0.13 sec)

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

         * 
         * @param source
         *            the {@link SSPContext} to be wrapped
         * @param mech
         *            the mechanism is being used for this context.
         */
        SpnegoContext ( Configuration config, SSPContext source, ASN1ObjectIdentifier[] mech ) {
            this.mechContext = source;
            this.mechs = mech;
            this.disableMic = !config.isEnforceSpnegoIntegrity() && config.isDisableSpnegoIntegrity();
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Mon Jan 04 04:18:31 GMT 2021
    - 14.8K bytes
    - Viewed (0)
Back to top