public interface EncryptionStreamService
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getDecryptedInputStream(InputStream inputStream,
KeySource keySource,
KeyID keyID) |
InputStream |
getEncryptedInputStream(InputStream inputStream,
KeySource keySource,
KeyID keyID,
Boolean compress) |
InputStream getEncryptedInputStream(InputStream inputStream, KeySource keySource, KeyID keyID, Boolean compress)
InputStream getDecryptedInputStream(InputStream inputStream, KeySource keySource, KeyID keyID)
Copyright © 2018. All Rights Reserved.