Package org.bouncycastle.openpgp.bc
Class BcPGPPublicKeyRingCollection
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPPublicKeyRingCollection
-
- org.bouncycastle.openpgp.bc.BcPGPPublicKeyRingCollection
-
- All Implemented Interfaces:
java.lang.Iterable<PGPPublicKeyRing>
,org.bouncycastle.util.Iterable<PGPPublicKeyRing>
public class BcPGPPublicKeyRingCollection extends PGPPublicKeyRingCollection
-
-
Constructor Summary
Constructors Constructor Description BcPGPPublicKeyRingCollection(byte[] encoding)
BcPGPPublicKeyRingCollection(java.io.InputStream in)
BcPGPPublicKeyRingCollection(java.util.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
-
-
-
-
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
-
-