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