public class CencEncryptingSampleList extends AbstractList<Sample>
modCount| Constructor and Description |
|---|
CencEncryptingSampleList(RangeStartMap<Integer,SecretKey> ceks,
List<Sample> parent,
List<CencSampleAuxiliaryDataFormat> auxiliaryDataFormats,
String encryptionAlgo) |
CencEncryptingSampleList(SecretKey defaultCek,
List<Sample> parent,
List<CencSampleAuxiliaryDataFormat> auxiliaryDataFormats) |
| Modifier and Type | Method and Description |
|---|---|
Sample |
get(int index) |
protected void |
initCipher(byte[] iv,
SecretKey cek) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic CencEncryptingSampleList(SecretKey defaultCek, List<Sample> parent, List<CencSampleAuxiliaryDataFormat> auxiliaryDataFormats)
public CencEncryptingSampleList(RangeStartMap<Integer,SecretKey> ceks, List<Sample> parent, List<CencSampleAuxiliaryDataFormat> auxiliaryDataFormats, String encryptionAlgo)
Copyright © 2015. All rights reserved.