DigitalSignatureCollection
遗产: java.lang.Object
所有已实现的接口: java.lang.Iterable
public class DigitalSignatureCollection implements Iterable
提供附加到文档的数字签名的只读集合。
要了解更多信息,请访问Work with Digital Signatures文档文章。
Document.getDigitalSignatures()
方法
方法 | 描述 |
---|---|
equals(Object arg0) | |
get(int index) | 获取指定索引处的文档签名。 |
getClass() | |
getCount() | 获取集合中包含的元素数。 |
hashCode() | |
isValid() | 如果此集合中的所有数字签名均有效且文档未被篡改,则返回 true 如果没有数字签名,则返回 true。 |
iterator() | 返回一个字典迭代器对象,可用于迭代集合中的所有项目。 |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
get(int index)
public DigitalSignature get(int index)
获取指定索引处的文档签名。
参数:
范围 | 类型 | 描述 |
---|---|---|
index | int | 签名的从零开始的索引。 |
退货: DigitalSignature - 指定索引处的文档签名。
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getCount()
public int getCount()
获取集合中包含的元素数。
退货: int - 集合中包含的元素数。
hashCode()
public native int hashCode()
退货: 整数
isValid()
public boolean isValid()
如果此集合中的所有数字签名均有效且文档未被篡改,则返回 true 如果没有数字签名,则返回 true。如果至少有一个数字签名无效,则返回 false。
退货: 布尔值 -{ 如果此集合中的所有数字签名均有效且文档未被篡改,则返回 true 如果没有数字签名,则也返回 true。
iterator()
public Iterator iterator()
返回一个字典迭代器对象,可用于迭代集合中的所有项目。
退货: java.util.迭代器
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |