public interface ICencEncryptor
| 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() |