com.kodemuse.security.ssl
Class ChangeCipherSpec

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

class ChangeCipherSpec
extends LogCapability
implements DataSource

 struct {
     enum { change_cipher_spec(1), (255) } type;
 } ChangeCipherSpec;
 

Author:
Harmeet Bedi

Constructor Summary
ChangeCipherSpec()
           
ChangeCipherSpec(java.io.DataInputStream din)
           
 
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

ChangeCipherSpec

public ChangeCipherSpec(java.io.DataInputStream din)
                 throws java.io.IOException

ChangeCipherSpec

public ChangeCipherSpec()
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