Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                dos.writeObject(new DERSequence(mechs));
                dos.close();
                return bos.toByteArray();
            } catch (final IOException e) {
                throw new CIFSException("Failed to encode mechList", e);
            }
        }
    
        private SpnegoToken initialToken() throws CIFSException {
            final byte[] mechToken = this.mechContext.initSecContext(new byte[0], 0, 0);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 14.5K bytes
    - Viewed (0)
Back to top