Package org.bouncycastle.openpgp.bc
Class BcPGPPublicKeyRing
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPKeyRing
-
- org.bouncycastle.openpgp.PGPPublicKeyRing
-
- org.bouncycastle.openpgp.bc.BcPGPPublicKeyRing
-
- All Implemented Interfaces:
Iterable<PGPPublicKey>
,org.bouncycastle.util.Iterable<PGPPublicKey>
public class BcPGPPublicKeyRing extends PGPPublicKeyRing
-
-
Constructor Summary
Constructors Constructor Description BcPGPPublicKeyRing(byte[] encoding)
BcPGPPublicKeyRing(InputStream in)
-
Method Summary
-
Methods inherited from class org.bouncycastle.openpgp.PGPPublicKeyRing
encode, encode, getEncoded, getEncoded, getKeysWithSignaturesBy, getPublicKey, getPublicKey, getPublicKey, getPublicKeys, insertPublicKey, iterator, removePublicKey
-
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
-
BcPGPPublicKeyRing
public BcPGPPublicKeyRing(byte[] encoding) throws IOException
- Throws:
IOException
-
BcPGPPublicKeyRing
public BcPGPPublicKeyRing(InputStream in) throws IOException
- Throws:
IOException
-
-