AesFlushingCipher
Artifact: androidx.media3:media3-datasource
@UnstableApi
class AesFlushingCipher
A flushing variant of a AES/CTR/NoPadding Cipher.
Unlike a regular Cipher, the update methods of this class are guaranteed to process all of the bytes input (and hence output the same number of bytes).
Summary
Public constructors |
|---|
AesFlushingCipher(mode: Int, secretKey: ByteArray!, nonce: Long, offset: Long) |
AesFlushingCipher( |
Public constructors
AesFlushingCipher
AesFlushingCipher(
mode: Int,
secretKey: ByteArray!,
nonce: String?,
offset: Long
)