Class AesFlushingCipher
- java.lang.Object
-
- com.google.android.exoplayer2.upstream.crypto.AesFlushingCipher
-
public final class AesFlushingCipher extends Object
-
-
Constructor Summary
Constructors Constructor Description AesFlushingCipher(int mode, byte[] secretKey, long nonce, long offset)
AesFlushingCipher(int mode, byte[] secretKey, String nonce, long offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update(byte[] in, int inOffset, int length, byte[] out, int outOffset)
void
updateInPlace(byte[] data, int offset, int length)
-
-
-
Constructor Detail
-
AesFlushingCipher
public AesFlushingCipher(int mode, byte[] secretKey, @Nullable String nonce, long offset)
-
AesFlushingCipher
public AesFlushingCipher(int mode, byte[] secretKey, long nonce, long offset)
-
-