com.kodemuse.security.ssl
Interface DataSource

All Known Implementing Classes:
Alert, CertificateChain, CertificateRequest, CertificateVerify, ChangeCipherSpec, ClientKeyExchange, CompressionMethod, ContentType, Handshake, HandshakeType, Random, Record, ServerHello, ServerHelloDone, SessionID, ProtocolVersion, CipherSpec, ClientHello, Finished

interface DataSource

Classes implementing this interface know how to write themselves for SSL Serialization.

Author:
Harmeet Bedi

Method Summary
 void write(OutputBuffer out)
           
 

Method Detail

write

public void write(OutputBuffer out)