|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.PGPSignatureList
A list of PGP signatures - normally in the signature block after literal data.
Constructor Summary | |
PGPSignatureList(PGPSignature sig)
|
|
PGPSignatureList(PGPSignature[] sigs)
|
Method Summary | |
PGPSignature |
get(int index)
|
boolean |
isEmpty()
|
java.util.Iterator |
iterator()
Support method for Iterable where available. |
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PGPSignatureList(PGPSignature[] sigs)
public PGPSignatureList(PGPSignature sig)
Method Detail |
public PGPSignature get(int index)
public int size()
public boolean isEmpty()
public java.util.Iterator iterator()
iterator
in interface org.bouncycastle.util.Iterable
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |