Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                dos.writeObject(new DERSequence(mechs));
                dos.close();
                return bos.toByteArray();
            }
            catch ( IOException e ) {
                throw new CIFSException("Failed to encode mechList", e);
            }
        }
    
    
        private SpnegoToken initialToken () throws CIFSException {
            byte[] mechToken = this.mechContext.initSecContext(new byte[0], 0, 0);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Jan 04 04:18:31 UTC 2021
    - 14.8K bytes
    - Viewed (0)
Back to top