DigitalSignatureCollection
DigitalSignatureCollection class
Represents a collection of digital signatures attached to a document.
add
Name | Description |
---|---|
add (DigitalSignature) | Adds the signature at the end of collection. |
Parameters:
Name | Type | Description |
---|---|---|
signature | DigitalSignature | Signature to add. |
Returns: void
clear
Name | Description |
---|---|
clear () | Removes all signatures from collection. |
Returns: void
getSyncRoot
Name | Description |
---|---|
getSyncRoot () | Returns a synchronization root. Read-only Object. |
Returns: Object
get_Item
Name | Description |
---|---|
get_Item (int) | Returns the signature by index. |
Returns: DigitalSignature
isSynchronized
Name | Description |
---|---|
isSynchronized () | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean. |
Returns: boolean
iterator
Name | Description |
---|---|
iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
Name | Description |
---|---|
iteratorJava () | Returns a java iterator for the entire collection. |
Returns:
removeAt
Name | Description |
---|---|
removeAt (int) | Removes the signature at the specified index. |
Parameters:
Name | Type | Description |
---|---|---|
index | int | Index of the signature that should be deleted. |
Returns: void
size
Name | Description |
---|---|
size () | Returns the number of elements in the collection. Read-only int. |
Returns: int