Package org.bouncycastle.openpgp.bc
Class BcPGPSecretKeyRingCollection
java.lang.Object
org.bouncycastle.openpgp.PGPSecretKeyRingCollection
org.bouncycastle.openpgp.bc.BcPGPSecretKeyRingCollection
- All Implemented Interfaces:
Iterable<PGPSecretKeyRing>
,org.bouncycastle.util.Iterable<PGPSecretKeyRing>
-
Constructor Summary
ConstructorDescriptionBcPGPSecretKeyRingCollection
(byte[] encoding) BcPGPSecretKeyRingCollection
(Collection<PGPSecretKeyRing> collection) -
Method Summary
Methods inherited from class org.bouncycastle.openpgp.PGPSecretKeyRingCollection
addSecretKeyRing, contains, encode, getEncoded, getKeyRings, getKeyRings, getKeyRings, getKeyRings, getSecretKey, getSecretKeyRing, iterator, removeSecretKeyRing, size
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 Details
-
BcPGPSecretKeyRingCollection
- Throws:
IOException
PGPException
-
BcPGPSecretKeyRingCollection
- Throws:
IOException
PGPException
-
BcPGPSecretKeyRingCollection
-