Class AesFlushingCipher
- java.lang.Object
-
- com.google.android.exoplayer2.upstream.crypto.AesFlushingCipher
-
@Deprecated public final class AesFlushingCipher extends Object
Deprecated.com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
-
-
Constructor Summary
Constructors Constructor Description AesFlushingCipher(int mode, byte[] secretKey, long nonce, long offset)
Deprecated.AesFlushingCipher(int mode, byte[] secretKey, String nonce, long offset)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
update(byte[] in, int inOffset, int length, byte[] out, int outOffset)
Deprecated.void
updateInPlace(byte[] data, int offset, int length)
Deprecated.
-
-
-
Constructor Detail
-
AesFlushingCipher
public AesFlushingCipher(int mode, byte[] secretKey, @Nullable String nonce, long offset)
Deprecated.
-
AesFlushingCipher
public AesFlushingCipher(int mode, byte[] secretKey, long nonce, long offset)
Deprecated.
-
-