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