public class ServerConnectionState extends Object
| Modifier and Type | Field and Description |
|---|---|
ServerAuthenticationManager |
am |
ServerAuthenticationCallback |
cb_auth |
ServerConnectionCallback |
cb_conn |
ChannelManager |
cm |
ServerConnection |
conn |
ClientServerHello |
csh |
boolean |
flag_auth_completed |
boolean |
flag_auth_serviceRequested |
SecureRandom |
generator |
CryptoWishList |
next_cryptoWishList |
DSAPrivateKey |
next_dsa_key |
RSAPrivateKey |
next_rsa_key |
Socket |
s |
String |
softwareversion |
ServerTransportManager |
tm |
| Constructor and Description |
|---|
ServerConnectionState(ServerConnection conn) |
public ServerConnection conn
public SecureRandom generator
public String softwareversion
public ServerConnectionCallback cb_conn
public ServerAuthenticationCallback cb_auth
public CryptoWishList next_cryptoWishList
public DSAPrivateKey next_dsa_key
public RSAPrivateKey next_rsa_key
public Socket s
public ClientServerHello csh
public ServerTransportManager tm
public ServerAuthenticationManager am
public ChannelManager cm
public boolean flag_auth_serviceRequested
public boolean flag_auth_completed
public ServerConnectionState(ServerConnection conn)
Copyright © 2014. All Rights Reserved.