T
- the parameters type for the decryptor.public interface InputDecryptor<T>
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getDecryptingStream(java.io.InputStream in)
Return a stream which will decrypt what it reads from the stream in and pass it through.
|
T |
getParameters()
Return the parameters for this decryptor.
|
T getParameters()
java.io.InputStream getDecryptingStream(java.io.InputStream in)
in
- the source of encrypted data..