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