|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.io.InputStream
|
+--com.kodemuse.security.ssl.SSLInputStream
Input stream implementation returned SSL Socket
| Constructor Summary | |
(package private) |
SSLInputStream(java.io.DataInputStream din,
CipherSpec spec,
long seqNum,
boolean server)
|
| Method Summary | |
int |
available()
|
void |
close()
|
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
| Methods inherited from class java.io.InputStream |
mark, markSupported, reset, skip |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
SSLInputStream(java.io.DataInputStream din,
CipherSpec spec,
long seqNum,
boolean server)
| Method Detail |
public int read()
throws java.io.IOException
read in class java.io.InputStream
public int read(byte[] b)
throws java.io.IOException
read in class java.io.InputStream
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStream
public int available()
throws java.io.IOException
available in class java.io.InputStream
public void close()
throws java.io.IOException
close in class java.io.InputStream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||