public class JWEncryptionStreamServiceImpl extends Object implements EncryptionStreamService
| Constructor and Description |
|---|
JWEncryptionStreamServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getDecryptedInputStream(InputStream inputStream,
KeySource keySource,
KeyID keyID) |
InputStream |
getEncryptedInputStream(InputStream inputStream,
KeySource keySource,
KeyID keyID,
Boolean compress) |
public InputStream getEncryptedInputStream(InputStream inputStream, KeySource keySource, KeyID keyID, Boolean compress)
getEncryptedInputStream in interface EncryptionStreamServicepublic InputStream getDecryptedInputStream(InputStream inputStream, KeySource keySource, KeyID keyID)
getDecryptedInputStream in interface EncryptionStreamServiceCopyright © 2018. All Rights Reserved.