Package org.bouncycastle.openpgp.jcajce
Class JcaPGPPublicKeyRing
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPKeyRing
-
- org.bouncycastle.openpgp.PGPPublicKeyRing
-
- org.bouncycastle.openpgp.jcajce.JcaPGPPublicKeyRing
-
- All Implemented Interfaces:
java.lang.Iterable<PGPPublicKey>
,org.bouncycastle.util.Iterable<PGPPublicKey>
public class JcaPGPPublicKeyRing extends PGPPublicKeyRing
-
-
Constructor Summary
Constructors Constructor Description JcaPGPPublicKeyRing(byte[] encoding)
JcaPGPPublicKeyRing(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
-
-