|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataPipe
Pipe to push incoming data into while processing cryptographic operations.
Data can be read from it afterwards.
Whether or not this pipe itself supports streaming between input and outcome depends on implementation and use.
| Method Summary | |
|---|---|
java.io.InputStream |
getFrom()
Reads data from the pipe. |
java.io.OutputStream |
getTo()
Adds data to the pipe. |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
java.io.InputStream getFrom()
java.io.OutputStream getTo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||