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

- All Known Subinterfaces:
- Handshake.Body
- All Known Implementing Classes:
- Alert, Certificate, CertificateRequest, CertificateVerify, CipherSuite, ClientHello, ClientKeyExchange, Extension, Finished, Handshake, ProtocolVersion, Random, ServerHello, ServerKeyExchange, Signature
- interface Constructed
The base interface to SSL constructed types.
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 |