Package com.wowza.wms.drm.cenc
Interface ICencEncryptor
-
public interface ICencEncryptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
encryptData(byte[] data, int offset, int len)
int
getBlockSize()
void
init(com.wowza.wms.httpstreamer.util.IEncryptionInfo encInfo)
byte[]
startEncryption()
-