public class CommonEncryptionSampleList extends AbstractList<Sample>
modCount
Constructor and Description |
---|
CommonEncryptionSampleList(SecretKey secretKey,
List<Sample> parent,
List<CencSampleAuxiliaryDataFormat> auxiliaryDataFormats) |
Modifier and Type | Method and Description |
---|---|
Sample |
get(int index) |
protected void |
initCipher(byte[] iv) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public CommonEncryptionSampleList(SecretKey secretKey, List<Sample> parent, List<CencSampleAuxiliaryDataFormat> auxiliaryDataFormats)
public Sample get(int index)
protected void initCipher(byte[] iv)
public int size()
size
in interface Collection<Sample>
size
in interface List<Sample>
size
in class AbstractCollection<Sample>
Copyright © 2014. All rights reserved.