Searched defs:x11AuthenticationCookie (Results 1 - 2 of 2) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
H A DPacketSessionX11Request.java22 String x11AuthenticationCookie; field in class:PacketSessionX11Request
26 String x11AuthenticationProtocol, String x11AuthenticationCookie, int x11ScreenNumber)
33 this.x11AuthenticationCookie = x11AuthenticationCookie;
49 tw.writeString(x11AuthenticationCookie);
25 PacketSessionX11Request(int recipientChannelID, boolean wantReply, boolean singleConnection, String x11AuthenticationProtocol, String x11AuthenticationCookie, int x11ScreenNumber) argument
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DChannelManager.java644 String x11AuthenticationCookie, int x11ScreenNumber) throws IOException
654 x11AuthenticationCookie, x11ScreenNumber);
643 requestX11(Channel c, boolean singleConnection, String x11AuthenticationProtocol, String x11AuthenticationCookie, int x11ScreenNumber) argument

Completed in 2601 milliseconds