Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Barham (0.31 sec)

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

                throw new SMBSignatureValidationException("Signature verification failed.");
            }
            return cont;
        }
    
    
        /**
         * @param resp
         * @param path
         * @param req
         * @throws SmbException
         * @throws DfsReferral
         */
        private void checkReferral ( Response resp, String path, RequestWithPath req ) throws SmbException, DfsReferral {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Wed Jan 18 23:47:00 GMT 2023
    - 67K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

         * 
         * @param url
         * @param tc
         *            context to use
         * @throws MalformedURLException
         */
        public SmbFile ( String url, CIFSContext tc ) throws MalformedURLException {
            this(new URL(null, url, tc.getUrlHandler()), tc);
        }
    
    
        /**
         * Construct from URL
         * 
         * @param url
         * @param tc
         *            context to use
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbSessionImpl.java

                }
            }
            return ctx.initSecContext(token, 0, token == null ? 0 : token.length);
        }
    
    
        /**
         * @param trans
         * @param tdomain
         * @param negoResp
         * @param ctx
         * @param doSigning
         * @param s
         * @return
         * @throws SmbException
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Nov 14 17:41:04 GMT 2021
    - 49K bytes
    - Viewed (0)
Back to top