public interface ICencEncryptor
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encryptData(byte[] data,
int offset,
int len) |
int |
getBlockSize() |
void |
init(com.wowza.wms.httpstreamer.util.IEncryptionInfo encInfo) |
byte[] |
startEncryption() |