Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp.bc
Class BcPGPPublicKeyRingCollection

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

public class BcPGPPublicKeyRingCollection
extends PGPPublicKeyRingCollection


Constructor Summary
BcPGPPublicKeyRingCollection(byte[] encoding)
           
BcPGPPublicKeyRingCollection(java.util.Collection collection)
           
BcPGPPublicKeyRingCollection(java.io.InputStream in)
           
 
Methods inherited from class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
addPublicKeyRing, contains, contains, encode, getEncoded, getKeyRings, getKeyRings, getKeyRings, getKeyRings, getKeysWithSignaturesBy, getPublicKey, getPublicKey, getPublicKeyRing, getPublicKeyRing, iterator, removePublicKeyRing, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcPGPPublicKeyRingCollection

public BcPGPPublicKeyRingCollection(byte[] encoding)
                             throws java.io.IOException,
                                    PGPException

BcPGPPublicKeyRingCollection

public BcPGPPublicKeyRingCollection(java.io.InputStream in)
                             throws java.io.IOException,
                                    PGPException

BcPGPPublicKeyRingCollection

public BcPGPPublicKeyRingCollection(java.util.Collection collection)

Bouncy Castle Cryptography Library 1.79