Bouncy Castle Cryptography 1.51

org.bouncycastle.openpgp.bc
Class BcPGPPublicKeyRingCollection

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPPublicKeyRingCollection
      extended by org.bouncycastle.openpgp.bc.BcPGPPublicKeyRingCollection

public class BcPGPPublicKeyRingCollection
extends PGPPublicKeyRingCollection


Constructor Summary
BcPGPPublicKeyRingCollection(byte[] encoding)
           
BcPGPPublicKeyRingCollection(java.util.Collection collection)
           
BcPGPPublicKeyRingCollection(java.io.InputStream in)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.openpgp.PGPPublicKeyRingCollection
addPublicKeyRing, contains, encode, getEncoded, getKeyRings, getKeyRings, getKeyRings, getKeyRings, getPublicKey, getPublicKeyRing, 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
Throws:
java.io.IOException
PGPException

BcPGPPublicKeyRingCollection

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

BcPGPPublicKeyRingCollection

public BcPGPPublicKeyRingCollection(java.util.Collection collection)
                             throws java.io.IOException,
                                    PGPException
Throws:
java.io.IOException
PGPException

Bouncy Castle Cryptography 1.51