DigitalSignatureCollection

DigitalSignatureCollection class

Represents a collection of digital signatures attached to a document.

add

NameDescription
add(DigitalSignature)Adds the signature at the end of collection.

Parameters:

NameTypeDescription
signatureDigitalSignatureSignature to add.

clear

NameDescription
clear()Removes all signatures from collection.

getSyncRoot

NameDescription
getSyncRoot()Returns a synchronization root. Read-only Object.

Returns: Object


get_Item

NameDescription
get_Item(int)Returns the signature by index.

Returns: DigitalSignature


isSynchronized

NameDescription
isSynchronized()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

Returns: boolean


iterator

NameDescription
iterator()Returns an enumerator that iterates through the collection.

Returns:


iteratorJava

NameDescription
iteratorJava()Returns a java iterator for the entire collection.

Returns:


removeAt

NameDescription
removeAt(int)Removes the signature at the specified index.

Parameters:

NameTypeDescription
indexintIndex of the signature that should be deleted.

size

NameDescription
size()Returns the number of elements in the collection. Read-only int.

Returns: int