public interface InputDecryptor
Modifier and Type | Method and Description |
---|---|
AlgorithmIdentifier |
getAlgorithmIdentifier()
Return the algorithm identifier describing the encryption
algorithm and parameters this decryptor can process.
|
InputStream |
getInputStream(InputStream encIn)
Wrap the passed in input stream encIn, returning an input stream
that decrypts what it reads from encIn before returning it.
|
AlgorithmIdentifier getAlgorithmIdentifier()
InputStream getInputStream(InputStream encIn)
encIn
- InputStream containing encrypted input.Copyright © 2015. All rights reserved.