com.kodemuse.security.ssl
Class ServerHelloDone

java.lang.Object
  |
  +--com.kodemuse.security.ssl.LogCapability
        |
        +--com.kodemuse.security.ssl.ServerHelloDone
All Implemented Interfaces:
DataSource

class ServerHelloDone
extends LogCapability
implements DataSource

 struct { } ServerHelloDone;
 

Author:
Harmeet Bedi

Constructor Summary
ServerHelloDone()
           
 
Method Summary
 java.lang.String toString()
           
 void write(OutputBuffer out)
           
 
Methods inherited from class com.kodemuse.security.ssl.LogCapability
log, protocolLog
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerHelloDone

public ServerHelloDone()
Method Detail

write

public void write(OutputBuffer out)
Specified by:
write in interface DataSource

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object