java.lang.Iterable<Certificate>, java.util.Collection<Certificate>, java.util.List<Certificate>public class CertificateChain extends NativeObject implements java.util.List<Certificate>
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(int index,
Certificate element) |
Not supported.
|
boolean |
add(Certificate element) |
Not supported.
|
boolean |
addAll(int index,
java.util.Collection<? extends Certificate> elements) |
Not supported.
|
boolean |
addAll(java.util.Collection<? extends Certificate> elements) |
Not supported.
|
void |
clear() |
Not supported.
|
boolean |
contains(java.lang.Object object) |
|
boolean |
containsAll(java.util.Collection<?> objects) |
|
Certificate |
get(int index) |
|
boolean |
getIsComplete() |
Whether all certificates of the chain are available (Getter)
|
int |
indexOf(java.lang.Object obj) |
|
boolean |
isEmpty() |
|
java.util.Iterator<Certificate> |
iterator() |
|
int |
lastIndexOf(java.lang.Object obj) |
|
java.util.ListIterator<Certificate> |
listIterator() |
|
java.util.ListIterator<Certificate> |
listIterator(int index) |
|
Certificate |
remove(int index) |
Not supported.
|
boolean |
remove(java.lang.Object object) |
Not supported.
|
boolean |
removeAll(java.util.Collection<?> objects) |
Not supported.
|
boolean |
retainAll(java.util.Collection<?> objects) |
Not supported.
|
Certificate |
set(int index,
Certificate element) |
Not supported.
|
int |
size() |
|
java.util.List<Certificate> |
subList(int fromIndex,
int toIndex) |
|
java.lang.Object[] |
toArray() |
|
<T> T[] |
toArray(T[] array) |
equals, hashCode, of, of, of, of, of, of, of, of, of, of, of, of, replaceAll, sort, spliteratorequals, hashCodepublic boolean getIsComplete()
public boolean addAll(java.util.Collection<? extends Certificate> elements)
addAll in interface java.util.Collection<Certificate>addAll in interface java.util.List<Certificate>public boolean addAll(int index,
java.util.Collection<? extends Certificate> elements)
addAll in interface java.util.List<Certificate>public boolean contains(java.lang.Object object)
contains in interface java.util.Collection<Certificate>contains in interface java.util.List<Certificate>public boolean containsAll(java.util.Collection<?> objects)
containsAll in interface java.util.Collection<Certificate>containsAll in interface java.util.List<Certificate>public boolean isEmpty()
isEmpty in interface java.util.Collection<Certificate>isEmpty in interface java.util.List<Certificate>public java.util.Iterator<Certificate> iterator()
iterator in interface java.util.Collection<Certificate>iterator in interface java.lang.Iterable<Certificate>iterator in interface java.util.List<Certificate>public java.util.ListIterator<Certificate> listIterator()
listIterator in interface java.util.List<Certificate>public java.util.ListIterator<Certificate> listIterator(int index)
listIterator in interface java.util.List<Certificate>public boolean remove(java.lang.Object object)
remove in interface java.util.Collection<Certificate>remove in interface java.util.List<Certificate>public boolean removeAll(java.util.Collection<?> objects)
removeAll in interface java.util.Collection<Certificate>removeAll in interface java.util.List<Certificate>public boolean retainAll(java.util.Collection<?> objects)
retainAll in interface java.util.Collection<Certificate>retainAll in interface java.util.List<Certificate>public java.util.List<Certificate> subList(int fromIndex, int toIndex)
subList in interface java.util.List<Certificate>public java.lang.Object[] toArray()
toArray in interface java.util.Collection<Certificate>toArray in interface java.util.List<Certificate>public <T> T[] toArray(T[] array)
toArray in interface java.util.Collection<Certificate>toArray in interface java.util.List<Certificate>public int size()
size in interface java.util.Collection<Certificate>size in interface java.util.List<Certificate>public void clear()
clear in interface java.util.Collection<Certificate>clear in interface java.util.List<Certificate>public int indexOf(java.lang.Object obj)
indexOf in interface java.util.List<Certificate>public int lastIndexOf(java.lang.Object obj)
lastIndexOf in interface java.util.List<Certificate>public boolean add(Certificate element)
add in interface java.util.Collection<Certificate>add in interface java.util.List<Certificate>public void add(int index,
Certificate element)
add in interface java.util.List<Certificate>public Certificate get(int index)
get in interface java.util.List<Certificate>public Certificate remove(int index)
remove in interface java.util.List<Certificate>public Certificate set(int index, Certificate element)
set in interface java.util.List<Certificate>