Commit 0d42032a by Oliver Woodman

Aes128DataSource should be final.

parent a56c0026
...@@ -42,7 +42,7 @@ import javax.crypto.spec.SecretKeySpec; ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment