Class JcaPGPPublicKeyRingCollection
java.lang.Object
org.bouncycastle.openpgp.PGPPublicKeyRingCollection
org.bouncycastle.openpgp.jcajce.JcaPGPPublicKeyRingCollection
- All Implemented Interfaces:
Iterable<PGPPublicKeyRing>, org.bouncycastle.util.Iterable<PGPPublicKeyRing>
-
Constructor Summary
ConstructorsConstructorDescriptionJcaPGPPublicKeyRingCollection(byte[] encoding) JcaPGPPublicKeyRingCollection(Collection<PGPPublicKeyRing> collection) -
Method Summary
Methods inherited from class PGPPublicKeyRingCollection
addPublicKeyRing, contains, contains, encode, getEncoded, getKeyRings, getKeyRings, getKeyRings, getKeyRings, getKeysWithSignaturesBy, getPublicKey, getPublicKey, getPublicKeyRing, getPublicKeyRing, iterator, removePublicKeyRing, sizeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
JcaPGPPublicKeyRingCollection
- Throws:
IOExceptionPGPException
-
JcaPGPPublicKeyRingCollection
- Throws:
IOExceptionPGPException
-
JcaPGPPublicKeyRingCollection
-