|
|||||||||
Home >> All >> gnu >> javax >> net >> ssl >> [ provider overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
gnu.javax.net.ssl.provider
Interface Handshake.Body

- All Superinterfaces:
- Constructed
- All Known Implementing Classes:
- Certificate, CertificateRequest, CertificateVerify, ClientHello, ClientKeyExchange, Finished, ServerHello, ServerKeyExchange
- Enclosing interface:
- Handshake
- static interface Handshake.Body
- extends Constructed
Method Summary | |
void |
write(java.io.OutputStream out)
Writes this structure's encoded form to the given output stream. |
Method Detail |
write
public void write(java.io.OutputStream out) throws java.io.IOException
- Writes this structure's encoded form to the given output stream.
|
|||||||||
Home >> All >> gnu >> javax >> net >> ssl >> [ provider overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |