|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputDecryptor
General interface for an operator that is able to produce an InputStream that will decrypt a stream of encrypted data.
Method Summary | |
---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getAlgorithmIdentifier()
Return the algorithm identifier describing the encryption algorithm and parameters this decryptor can process. |
java.io.InputStream |
getInputStream(java.io.InputStream encIn)
Wrap the passed in input stream encIn, returning an input stream that decrypts what it reads from encIn before returning it. |
Method Detail |
---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
java.io.InputStream getInputStream(java.io.InputStream encIn)
encIn
- InputStream containing encrypted input.
|
Bouncy Castle Cryptography Library 1.46 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |