Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getChallenge (0.21 sec)

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

                cleanup();
            }
            return inUse;
        }
    
    
        @Override
        public byte[] getChallenge ( CIFSContext tf, Address dc ) throws SmbException {
            return getChallenge(tf, dc, 0);
        }
    
    
        @Override
        public byte[] getChallenge ( CIFSContext tf, Address dc, int port ) throws SmbException {
            try ( SmbTransportInternal trans = tf.getTransportPool()
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Dec 20 14:09:34 GMT 2020
    - 12.5K bytes
    - Viewed (0)
Back to top