Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp.jcajce
Class JcaPGPPublicKeyRingCollection

java.lang.Object
  extended byorg.bouncycastle.openpgp.PGPPublicKeyRingCollection
      extended byorg.bouncycastle.openpgp.jcajce.JcaPGPPublicKeyRingCollection
All Implemented Interfaces:
org.bouncycastle.util.Iterable

public class JcaPGPPublicKeyRingCollection
extends PGPPublicKeyRingCollection


Constructor Summary
JcaPGPPublicKeyRingCollection(byte[] encoding)
           
JcaPGPPublicKeyRingCollection(java.util.Collection collection)
           
JcaPGPPublicKeyRingCollection(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

JcaPGPPublicKeyRingCollection

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

JcaPGPPublicKeyRingCollection

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

JcaPGPPublicKeyRingCollection

public JcaPGPPublicKeyRingCollection(java.util.Collection collection)

Bouncy Castle Cryptography Library 1.81