public class AESEncryptionStreamServiceImpl extends Object implements EncryptionStreamService
| Constructor and Description |
|---|
AESEncryptionStreamServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getDecryptedInputStream(org.adorsys.encobject.domain.UserMetaData userMetaData,
InputStream inputStream,
KeySource keySource,
KeyID keyID) |
InputStream |
getEncryptedInputStream(org.adorsys.encobject.domain.UserMetaData userMetaData,
InputStream inputStream,
KeySource keySource,
KeyID keyID,
Boolean compress) |
public InputStream getEncryptedInputStream(org.adorsys.encobject.domain.UserMetaData userMetaData, InputStream inputStream, KeySource keySource, KeyID keyID, Boolean compress)
getEncryptedInputStream in interface EncryptionStreamServicepublic InputStream getDecryptedInputStream(org.adorsys.encobject.domain.UserMetaData userMetaData, InputStream inputStream, KeySource keySource, KeyID keyID)
getDecryptedInputStream in interface EncryptionStreamServiceCopyright © 2019. All Rights Reserved.