Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp
Class PGPSignatureList

java.lang.Object
  |
  +--org.bouncycastle.openpgp.PGPSignatureList
All Implemented Interfaces:
org.bouncycastle.util.Iterable

public class PGPSignatureList
extends java.lang.Object
implements org.bouncycastle.util.Iterable

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

PGPSignatureList

public PGPSignatureList(PGPSignature[] sigs)

PGPSignatureList

public PGPSignatureList(PGPSignature sig)
Method Detail

get

public PGPSignature get(int index)

size

public int size()

isEmpty

public boolean isEmpty()

iterator

public java.util.Iterator iterator()
Support method for Iterable where available.
Specified by:
iterator in interface org.bouncycastle.util.Iterable

Bouncy Castle Cryptography Library 1.79