Interface ContentCryptoHandler
-
public interface ContentCryptoHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStream
decrypt(java.io.InputStream inputStream)
java.io.InputStream
encrypt(java.io.InputStream inputStream)
-