|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.PGPSignatureList
public class 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()
|
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()
|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |