public interface ContentCryptoHandler
Modifier and Type | Method and Description |
---|---|
InputStream |
decrypt(InputStream inputStream) |
InputStream |
encrypt(InputStream inputStream) |
InputStream encrypt(InputStream inputStream)
InputStream decrypt(InputStream inputStream)