Package org.bouncycastle.openpgp.jcajce
Class JcaPGPPublicKeyRingCollection
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPPublicKeyRingCollection
-
- org.bouncycastle.openpgp.jcajce.JcaPGPPublicKeyRingCollection
-
- All Implemented Interfaces:
Iterable<PGPPublicKeyRing>
,org.bouncycastle.util.Iterable<PGPPublicKeyRing>
public class JcaPGPPublicKeyRingCollection extends PGPPublicKeyRingCollection
-
-
Constructor Summary
Constructors Constructor Description JcaPGPPublicKeyRingCollection(byte[] encoding)
JcaPGPPublicKeyRingCollection(InputStream in)
JcaPGPPublicKeyRingCollection(Collection collection)
-
Method Summary
-
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
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
JcaPGPPublicKeyRingCollection
public JcaPGPPublicKeyRingCollection(byte[] encoding) throws IOException, PGPException
- Throws:
IOException
PGPException
-
JcaPGPPublicKeyRingCollection
public JcaPGPPublicKeyRingCollection(InputStream in) throws IOException, PGPException
- Throws:
IOException
PGPException
-
JcaPGPPublicKeyRingCollection
public JcaPGPPublicKeyRingCollection(Collection collection) throws IOException, PGPException
- Throws:
IOException
PGPException
-
-