|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IModuleOnHTTPCupertinoEncryption
IModuleOnHTTPCupertinoEncryption: listener interface for listening to AES-128 encryption events.
| Method Summary | |
|---|---|
void |
onHTTPCupertinoEncryptionKeyCreateLive(IApplicationInstance appInstance,
String streamName,
byte[] encKey)
Called whem live stream key is requested (per-published stream) |
void |
onHTTPCupertinoEncryptionKeyCreateVOD(HTTPStreamerSessionCupertino httpSession,
byte[] encKey)
Called when video on demand key is requested (per-session) |
void |
onHTTPCupertinoEncryptionKeyRequest(HTTPStreamerSessionCupertino httpSession,
IHTTPRequest req,
IHTTPResponse resp)
Called when a key is requested. |
| Method Detail |
|---|
void onHTTPCupertinoEncryptionKeyCreateLive(IApplicationInstance appInstance,
String streamName,
byte[] encKey)
appInstance - application instancestreamName - stream nameencKey - encryption key
void onHTTPCupertinoEncryptionKeyCreateVOD(HTTPStreamerSessionCupertino httpSession,
byte[] encKey)
httpSession - HTTP sessionencKey - encryption key
void onHTTPCupertinoEncryptionKeyRequest(HTTPStreamerSessionCupertino httpSession,
IHTTPRequest req,
IHTTPResponse resp)
httpSession - HTTP sessionreq - HTTP requestresp - HTTP response
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||