mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Aes128DataSource should be final.
This commit is contained in:
parent
a56c00268d
commit
0d42032ada
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ import javax.crypto.spec.SecretKeySpec;
|
||||||
* designed specifically for reading whole files as defined in an HLS media playlist. For this
|
* designed specifically for reading whole files as defined in an HLS media playlist. For this
|
||||||
* reason the implementation is private to the HLS package.
|
* reason the implementation is private to the HLS package.
|
||||||
*/
|
*/
|
||||||
/* package */ class Aes128DataSource implements DataSource {
|
/* package */ final class Aes128DataSource implements DataSource {
|
||||||
|
|
||||||
private final DataSource upstream;
|
private final DataSource upstream;
|
||||||
private final byte[] encryptionKey;
|
private final byte[] encryptionKey;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue