Package org.bouncycastle.openpgp.bc
Class BcPGPPublicKeyRingCollection
java.lang.Object
org.bouncycastle.openpgp.PGPPublicKeyRingCollection
org.bouncycastle.openpgp.bc.BcPGPPublicKeyRingCollection
- All Implemented Interfaces:
Iterable<PGPPublicKeyRing>,org.bouncycastle.util.Iterable<PGPPublicKeyRing>
-
Constructor Summary
ConstructorsConstructorDescriptionBcPGPPublicKeyRingCollection(byte[] encoding) BcPGPPublicKeyRingCollection(Collection<PGPPublicKeyRing> 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, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
BcPGPPublicKeyRingCollection
- Throws:
IOExceptionPGPException
-
BcPGPPublicKeyRingCollection
- Throws:
IOExceptionPGPException
-
BcPGPPublicKeyRingCollection
-