public class DigitalSignatureCollection
extends java.lang.Object
implements java.lang.Iterable
To learn more, visit the Work with Digital Signatures documentation article.
Document.getDigitalSignatures()| Modifier and Type | Method and Description |
|---|---|
DigitalSignature |
get(int index)
Gets a document signature at the specified index.
|
int |
getCount()
Gets the number of elements contained in the collection.
|
boolean |
isValid()
Returns
true if all digital signatures in this collection are valid and the document has not been tampered with Also returns true if there are no digital signatures. |
java.util.Iterator |
iterator()
Returns a dictionary iterator object that can be used to iterate over all items in the collection.
|
public boolean isValid()
true if all digital signatures in this collection are valid and the document has not been tampered with Also returns true if there are no digital signatures. Returns false if at least one digital signature is invalid.true if all digital signatures in this collection are valid and the document has not been tampered with Also returns true if there are no digital signatures.public int getCount()
public DigitalSignature get(int index)
index - Zero-based index of the signature.public java.util.Iterator iterator()
iterator in interface java.lang.Iterable